/* PHOTOBOX ======================= */
#photo-box {
	width: 380px;
	height: 240px;
}

#s1,#s2 {
	width: 335px;
	height: 240px;
	float: left;
	margin: 0 2px 0 4px;
}

#s1 img,#s2 img {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 15px;
}

.pics {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-transform: none;
}

.pics img {
	width: 300px;
	height: 200px;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	top: 0;
	left: 1px;
	text-transform: none;
}

.pics img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-transform: none;
}

#prev1,#prev2 {
	width: 17px;
	height: 157px;
	background: url(../js/image/arrow_lg.png) no-repeat scroll left top;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}

#next1,#next2 {
	width: 18px;
	height: 157px;
	background: url(../js/image/arrow_lg.png) no-repeat scroll -22px top;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}

/* IMGAGES SETUP #S3
 * =================================================== */
#fade {
	width: 300px;
	height: 450px;
	margin-bottom: 10px;
	border: solid 5px #333;
}

#fade img {
	padding: 0;
	text-transform: none;
	border: none;
	margin-bottom: 10px;
}

.pics_h img {
	width: 300px;
	height: 450px;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	top: 0;
	left: 1px;
	text-transform: none;
}

.pics_h img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-transform: none;
}
	
.sectionvideo{
	background-color: #333;
	border: solid thin #999;
	}