
#galleries{
	background:url(/layout-images/blue-corner-tl-20px.png) top left no-repeat #FFFFFF;
	padding:20px;
}


div.whiteBox#image .whiteBox-content{
	text-align:center;
}
.galleryImage{
	border:1px solid black;
}



img.imageMovieBox{
	display:block;
	margin:auto;
	border:none;
}
#galleryImageThumbs{
}


/* GALLERY */
div#images{
	background:url(/layout-images/blue-corner-tl-20px.png) top left no-repeat #FFFFFF;
	padding:10px;
}

div#galleryInfo{
	background-color:#FFFFCC;
	border:1px solid orange;
	-moz-border-radius:8px;
	padding:10px;
	margin:auto;
	margin-bottom:6px;
	font-size:120%;
	padding-bottom:3px;
}
div#galleryInfo div#infoText{
	margin-left:120px;
}
#galleryInfo .infoTitle{
	margin:3px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#galleryInfo a img.movieBox{
	border:none;
}
#galleryInfo a.relatedLink{
	display:block;
	margin-bottom:4px;
}



a.imageThumb{
	display:block;
	float:left;
	margin:4px;
	margin-left:6px;
	padding:6px;
	-moz-border-radius:6px;
}
a.imageThumb img{
	border:1px solid black;
	width:100px;
	height:100px;
}
a.imageThumb:hover, a.imageThumb:hover img{
	background-color:#9FC2EE;
	border-color:#CADFFF;
}
.miniThumb{
	display:block;
	float:left;
	margin:6px;
}
.miniThumb img{
	width:50px;
	height:50px;
	border: 1px solid black;
}

/* MOVIE THUMBS */





a.modelThumb, a.galleryThumb, a.movieThumb{
	display:block;
	margin:4px;
	text-align:center;
	font-size: 80%;
	float:none;
	padding:6px;
	overflow:hidden;
	text-decoration:none;
	border-radius: 5px 5px;
	-moz-border-radius:5px;
	border: 1px solid #ebf5fa;
	background-color: #40ade3;
	color: #fff;
}

td.galleryThumb, td.movieThumb, td.modelThumb {
	text-align:center;
}
a.galleryThumb{
	height:125px;
	width:122px;
}
a.modelThumb{
	height:140px;
	width:122px;	
}
a.movieThumb{
	width:103px;
}
a.galleryThumb img, a.movieThumb img, a.modelThumb img{
	border: 2px solid #c1e4f6;
	display:block;
	margin-bottom:5px;
}

a.galleryThumb:hover, a.movieThumb:hover, a.modelThumb:hover {
	background-color: #fe6ece;
	color: #f5f5f9;
	text-decoration:none;
	border: 1px solid #fd0080;
	
}

a.galleryLink, a.movieLink, a.modelLink{
	text-decoration:none;
}
a.galleryLink:hover, a.movieLink:hover a.modelLink:hover{
	text-decoration:none !important;
	color:#0099FF;
}
a.galleryLink:hover img, a.movieLink:hover img, a.movieLink:hover img{
	border-color:#0099FF;
}

div#linkedMedia{
	width:625px;
	float:left;
}
