/* Paintings styles */

#paintings_content{
	float:left;
	width:866px;
	min-height:100px;
	height:auto;
}
*html #paintings_content{
	margin-left:10px;
}
#paintings_intro{
	width:285px;
	height:65px;
	position:relative;
	left:6px;
	top:6px;
	font-weight:bold;
}
#gallery_thumbs{
	float:left;
	margin-bottom:32px;
	width:302px;
	margin-left:4px;
	margin-top:12px;
}
.image_gallery_thumb_image{
	border:2px solid #000000;
}
.image_gallery_thumb_image_active{
	border:2px solid #FFFFFF;
}
#gallery_main{
	float:right;
	margin-bottom:32px;
	width:544px;
	height:575px;
	margin-top:-54px;
	background-image:url(../img/paintings/main_img_bg.gif);
	background-repeat:no-repeat;
}
.image_gallery_main_image_wrapper{
	width:498px;
	height:510px;
	position:relative;
	top:24px;
}
.image_gallery_main_image{
}
.image_gallery_main_image_title{
	position:relative;
	top:20px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	width:498px;
	font-size:90%;
	text-align:right;
}
.image_gallery_main_image_caption_wrapper{
	display:none;
	visibility:collapse;
}
