/* CSS Document */
/* Devoloper Engin Terzi...
/* www.enginterzi.com.tr
/* Created : 13.12.2009 00:50
/*--------------------------------------------- */
/* ------  Main Settings ------ */
.slideshow-main
{
	width:562px;
	height:418px;
	padding:5px;
	background-color:#F1F1F1;
	border : solid 1px #CCCCCC;
}
div.slideshow-main .slider-left-content
{
	margin-right:5px;
	width:462px;
	float:left;
	/*background-color:Blue;	*/
}
div.slideshow-main .slider-right-content
{
	float:left;
	width:95px;
	height:422px;
	position:relative;
	overflow:hidden;
}
/* ------- Main Image Settings ---- */
div.slider-left-content .slider-image
{
	height:416px;
	overflow:hidden;
}

/*----- Sliding Right Main Box ----*/
/*   | --- Slider Small Images ----- */
.slider-small-images
{
	height:424px;
	width:95px;
	padding: 1px 0;
	float:left;
	/*background-color:Fuchsia;*/
}
div.slider-small-images ul{margin:0; padding:0;}
div.slider-small-images ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
div.slider-small-images ul a img{
	border:1px solid #BDBDBD;
	cursor:pointer;
	height:60px;
	margin-bottom:5px;
	width:91px;
}
div.slider-small-images ul a:hover img{border:1px solid Red;}
div.slider-small-images ul li.active img {border:1px solid Red;}

/* ---------------------------  Main Settings End  ---------------------- */