@charset "utf-8";
/* 
Gallery Styles - Thoseposters.com 
Jason Porter
http://www.jason-porter.com
*/

#gallery {
width:90em;
background:#111 url(images/userBack.jpg) 0 0 repeat-x;
min-height:60em;
}
#gallery h1 {
display:block;
float:left;
padding:1.8em 1.5em;
}
#gallery_ads {
width:85em;
margin:.5em auto 0 auto;
}
#galler_ads a {
float:left;
}
#galler_ads_right {
float:right;
}
#pagination { 
float:right;
width:20em;
text-align:right;
color:#fff;
margin:0 1.5em 0 1.5em;
}
#pagination p{
display:inline;
margin:0 1em 0 0;
padding:0;
color:#666;
}
#pagination a{ 
color:#666;
text-decoration:none;
padding:.8em;
}
#pagination a.thisPage {
background:url(images/page.gif) 50% 50% no-repeat;
}
#galleryContent { 
clear:both;
padding:0 0 1em 1.9em;
}
.galleryItem {
display:inline;
float:left;
width:242px;
height:202px;
margin:0 1.85em 7em 0;
}
.galleryItem img{
padding:1px;
}
.galleryItem img:hover {
border:#f09 1px solid;
padding:0;
}
.galleryItem p {
padding:0 .1em;
margin:0;
color:#555;
width:240px;
}
.galleryItem p span.right {
float:right;
}
.galleryItem p strong {
font-weight:bold;
color:#888;
}
.galleryItem a{
color:#444;
font-size:11px;
}
.galleryItem a:hover{
color:#777;
cursor:pointer;
}