/* Preview Slider Gallery Style */
#sweetthumbs .OPH1 {
	color:#fff;
}
#sweetthumbs .ps_container{
	display:none;
	width:600px;
	height:500px;
	margin:20px auto 0px auto;
	position:relative;
}
#sweetthumbs .ps_image_wrapper{
	/*width:600px;*/
	height:450px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	/*-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;*/
}
#sweetthumbs .ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
}
#sweetthumbs .ps_prev,
#sweetthumbs .ps_next{
	width:40px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.7;
}
#sweetthumbs .ps_prev{
	background:transparent url(../images/sweetthumbs/prev2.png) no-repeat top center;
	left:-50px;
}
#sweetthumbs .ps_next{
	background:transparent url(../images/sweetthumbs/next2.png) no-repeat top center;
	right:-50px;
}
#sweetthumbs .ps_prev:hover,
#sweetthumbs .ps_next:hover{
	opacity:1.0;
}
#sweetthumbs ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
	margin:20px auto;
	position:relative;
}
#sweetthumbs ul.ps_nav li{
	float:left;
}
#sweetthumbs ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:20px;
	height:20px;
	outline:none;
	padding:0px 3px;
	background:transparent url(../images/sweetthumbs/dot.png) no-repeat top center;
}
#sweetthumbs ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -20px;
}
#sweetthumbs ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
#sweetthumbs ul.ps_nav li.ps_preview span{
	background:transparent url(../images/sweetthumbs/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
#sweetthumbs .ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
#sweetthumbs .ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
	margin:-20px 0 0 -10px;
}
