#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.movieThumb{
	display:block;
	margin:4px;
	width:103px;
	text-align:center;
	font-size:80%;
	float:none;
	padding:5px;
	overflow:hidden;
	text-decoration:none;
	border-radius: 5px 5px;
	-moz-border-radius:5px;
	border: 1px solid #040229;
}

/* MODEL THUMBS */

a.modelThumb{
	display:block;
	margin:4px;
	width:122px;
	text-align:center;
	font-size:70%;
	float:none;
	padding:6px;
	height:140px;
	overflow:hidden;
	text-decoration:none;
	border-radius: 5px 5px;
	-moz-border-radius:5px;
	border: 1px solid #040229
}

/* GALLERIES */
td.galleryThumb, td.movieThumb, td.modelThumb {
	text-align:center;
}
a.galleryThumb{
	display:block;
	margin:4px;
	width:122px;
	text-align:center;
	font-size:70%;
	float:none;
	padding:6px;
	height:125px;
	overflow:hidden;
	text-decoration:none;
	border-radius: 5px 5px;
	-moz-border-radius:5px;
	border: 1px solid #040229;
}
a.galleryThumb img, a.movieThumb img, a.modelThumb img{
	border:1px solid #ffffff;
	display:block;
	margin-bottom:5px;
}

a.galleryThumb:hover, a.movieThumb:hover, a.modelThumb:hover {
	background-color:#fcff6b;
	color:#040229;
	text-decoration:none;
	border: 1px solid #ffa400;
	
}

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;
}
