@import url("banner.css");
@import url("svwp_style.css");
.checkour {
	background: url(../images/sce/bg-checkour.jpg);
	float: left;
	height: 275px;
	width: 356px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 14px;
}
.checkour h2 {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #767676;
	text-transform: uppercase;
	margin: 27px auto 10px;
}
.checkour h2 span {
	color: #324e1c;
	font-size: 14px;
}
.checkour p {
	margin-top: 0;
}
.checkour a {
	color: #2d4917;
	text-decoration: none;
	margin-top: -20px;
}
.checkour img {
	border: 0;
	vertical-align: middle;
}
.bg-videophoto {
	background: url(../images/sce/bg-vidphoto.jpg);
	height: 167px;
	width: 300px;
	margin: 0px auto;
	padding: 9px 5px 5px;
}
.bg-videophoto object {
	width: 300px;
}
.checkmore {
	margin: 0px auto;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #2d4917;
	text-decoration: none;
	display: block;
	width: 300px;
	padding: 5px;
	text-align: right;
	height: 29px;
	line-height: 29px;
}
.nomargin {
	margin: 0px;
}
.fr {
	float: right;
}
/* container for slides */
.logos {
	border: none;
	position:relative;
	height:181px;
	width:221px;
	float:left;
	cursor:pointer;/* CSS3 tweaks for modern browsers */
}
.logos div a {
	border: none !important;
}
/* single slide */
.logos div {
	display: none;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	height:181px;
	font-size:12px;
}
/* header */
.logos h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
.logos a img {
	border: none;
}
/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
}
/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	display:block;
	font-size:1px;
	border: none !important;
}
/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;
}
/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;
}
/* prev and next buttons */
.forward, .backward {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	float: left;
}
.btns {
	height: 30px;
	margin-top: 10px;
	width: 221px;
	clear: both;
}
/* next */
.forward {
	background: url(../images/sce/btn-next-1.png) no-repeat 0;
	float: right;
}
/* prev */
.backward {
	background: url(../images/sce/btn-prev-1.png) no-repeat;
	height: 30px;
	width: 30px;
}
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;
}
