
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
}



img{
	border-width: 0px;
}









/**/
.main_image_gallery{
	position: relative;
	width: 248px;
	height: 167px;
	background: url(../images/main_image_gallery_bck.png) no-repeat;
	margin-bottom: 10px;
}
.main_image_gallery .all_gallery{
	position: absolute;
	top: 8px;
	left: 150px;
	width: 84px;
	height: 18px;
	font: 100 8pt/18px Tahoma;
	text-align: center;
}
.main_image_gallery .all_gallery a{
	color: #797979;
}
.main_image_gallery .image{
	position: absolute;
	top: 49px;
	left: 66px;
	width: 152px;
	height: 112px;
	z-index: 1;
}
.main_image_gallery .image img{
	width: 162px;
	height: 112px;
}
.main_image_gallery .title{
	position: absolute;
	top: 133px;
	left: 76px;
	width: 142px;
	height: 24px;
	z-index: 3;
	font: 700 8pt/12px Tahoma;
	overflow: hidden;
}
.main_image_gallery .title a{
	color: #ffffff;
}
.main_image_gallery .transparent_layer{
	position: absolute;
	top: 127px;
	left: 66px;
	width: 162px;
	height: 34px;
	z-index: 2;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	background: #000;
}
.main_image_gallery .item{
	position: absolute;
	left: 16px;
	width: 44px;
	height: 112px;
}
.main_image_gallery .item img{
	width: 44px;
	height: 34px;
}
/**/