.image_gallery_detail{
	width: 656px;
	text-align: center;
}
.image_gallery_detail .title{
	font: 700 8pt/20px Tahoma;
	color: #0b7fb1;
	float: left;
}
.image_gallery_detail .date{
	font: 100 8pt/20px Tahoma;
	color: #808080;
	float: right;
	margin-bottom: 10px;
}
.image_gallery_detail .prev{
	float: left;
	width: 60px;
}

.image_gallery_detail .current{
	color: #FF0000;
}
.image_gallery_detail .img_no{
	float:left;
	text-align: center;
	widht: 400px;
}
.image_gallery_detail .img_no a{
	color: #a0a0a0;
	cursor: pointer;
	font: 700 8pt/20px Tahoma;
	margin: 0 5px;
	
}
.image_gallery_detail .next{
	float: left;
	width: 60px;
}
.image_gallery_detail .next a, .image_gallery_detail .prev a{
	color: #3F7FB1;
	font: 700 8pt/20px Tahoma;
	margin: 0 5px;
	text-decoration: none;
}
.image_gallery_detail img{
	margin: 10px 0px;
	width: 600px;
}
.image_gallery_detail .ind_div{
	color: #a0a0a0;
	font: 700 8pt/20px Tahoma;
	margin-bottom: 15px;
}

.image_gallery_detail .link{
	font: 700 8pt/20px Tahoma;
	text-align: left;
	margin-bottom: 10px;
}
.image_gallery_detail .link a{
	color: #0b7fb1;
}
/**/
.image_gallery_list{
	width: 656px;
}
.image_gallery_list .title{
	float: left;
	font: 700 8pt/20px Tahoma;
	background: url(../images/icon_01.gif) no-repeat left bottom;
	padding-left: 20px;
}
.image_gallery_list .title a{
	color: #a0a0a0;
}
.image_gallery_list .date{
	float: right;
	font: 100 8pt/20px Tahoma;
	color: #a0a0a0;
}
/**/

.pane{
	width: 640px;
	height: 505px;
	border: 1px solid #dfd6c2;
	padding-bottom: 10px;
	overflow: hidden;
}
.pane img{
	height: 450px;
	cursor: pointer;
}
.pane .description{
	font: 100 8pt/16px Tahoma;
	color: #202020;
	text-align: center;
	margin: 0px 20px 10px 20px;
}
/**/
.list{
	margin: 10px 0px;
	background: url(../images/other_images.png) no-repeat;
	padding: 0px 0px 0px 5px;
}
.list .items{
	direction: rtl;
	height: 120px;
	width: 640px;
	overflow: auto;
}
.list .item{
	float: left;
	margin: 12px 0px 0px 7px;
}
.list .item img{
	width: 60px;
	height: 40px;
	border: 1px solid #c6c3c0;
	cursor: pointer;
}
/**/
.slide_starter{
	background: url(../images/slide_starter_bck.png) no-repeat;
	padding: 10px 10px 0px 0px;
	text-align: left;
}
.slide_starter input{
	border: none;
}
.slide_starter label{
	font: 700 8pt Tahoma;
	cursor: pointer;
}
