@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------tweek*/


#prev_fix {
}

#next_fix {
}


.SlidingPanels {
	width: 730px;
	height: 400px;
	float: left;
}
.SlidingPanelsContentGroup {
	float: left;
	width: 15000px;
}
.SlidingPanelsContent {
	width: 730px;
	height: 400px;
	float: left;
}





.sliderContainer{
	text-align: center;
}
.photoWraper{
	position:relative;
	width: 730px;
	height: 400px;
	text-align: center;
	padding: 20px;
	background: #201710;
	border-top: 1px solid #1b130d;
	border-left: 1px solid #1b130d;
	border-right: 1px solid #3e3023;
	border-bottom: 1px solid #3e3023;
}
/*-------------------------------------------------------skin panels*/
.p1, .p2, .p3, .p4{
	position: relative;
}
	

/*---------------------------------------------------------Thumbs*/
.photo a img{
	border: 1px solid #634830;
	padding: 2px;
	margin: 8px;
}
.photo a:hover img{
	border: 1px solid #ddeac6;
	opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
}



.prev{
	height: 440px;
	width: 80px;
	padding: 0;
}
.prev a {
	display:block;
	height:220px;
	padding-top:220px;
}
.next{
	height: 440px;
	width: 80px;
	padding: 0;
}
.next a {
	display:block;
	height:220px;
	padding-top:220px;
}
.prev a:hover{
	background-color: #43301f;
}
.next a:hover{
	background-color: #43301f;
}
