
/* Slider Style */
.pxs_container{
	width:900px;
	height:236px;
	position:relative;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
		
	background-image: url('/images/sliderbg.jpg');
}
.pxs_bg{
	background-color: transparent;

	background-repeat: repeat-x;
	background-position: left top;
}
.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:2700px; /*900px window width times number of images*/
	height:236px;
	background-repeat:repeat;
	background-position:top left;
	background-color:transparent;
}
.pxs_bg .pxs_bg1{
	background-image:url(/images/bg.png);
	background-repeat: repeat-x;	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
	background-image:url(/images/bg2.png);
	background-repeat: repeat-x;	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3{
	background-image:url(/images/bg2.png);
	background-repeat: repeat-x;	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider{
	position:relative;
	left:0px;
	top:0px;
	height:231px;
}
ul.pxs_slider li{
	height:231px;
	float:left;
	position:relative;
}
ul.pxs_slider li img{
}
ul.pxs_thumbnails{
	height:21px;
	position: relative;
	float: left;
	margin-top: -25px;
	margin-left: 25px;
}
ul.pxs_thumbnails li{
	display:block;
	height: 21px;
	width: 281px;
	background-image: url(/images/thumb-bg-off.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	margin-right: 1px;
	margin-left: 1px;
}
ul.pxs_thumbnails li img{
	cursor:pointer;
	opacity:0.7;
}
ul.pxs_thumbnails li.selected img{
	opacity:1.0;
	background-image: url(/images/thumb-bg-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pxs_navigation {
	position: absolute;
	height: 21px;
	width: 900px;
	margin-top: -25px;
	margin-right: auto;
	margin-left: auto;
	}

.pxs_navigation span{
	width: 900px;
}
.pxs_navigation span:hover{
	opacity:0.9;
}
.pxs_navigation span.pxs_prev{
	width:10px;
	height:21px;
	cursor:pointer;
	float: left;
	background-image: url(/images/prev-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-left: 7px;
}
.pxs_navigation span.pxs_next{
	width:10px;
	height:21px;
	cursor:pointer;
	float: right;
	background-image: url(/images/next-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-right: 7px;
}
.pxs_loading{
	color:#fff;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 url(/images/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-90px;
}

.frame-wrap {
	height: 186px;
	width: 840px;
	margin-top: 15px;
	margin-left: 30px;
}
.info-wrap {
	height: 186px;
	width: 350px;
	float: left;
	position: relative;
}
#cam-logo{
	height: 79px;
	width: 292px;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#bp-logo{
	height: 79px;
	width: 324px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#dfm-logo{
	height: 79px;
	width: 348px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#cam-tag{
	height: 34px;
	width: 219px;
	position: relative;
	margin-left: 10px;
}
#bp-tag{
	height: 34px;
	width: 317px;
	position: relative;
	margin-left: 10px;
}
#dfm-tag{
	height: 34px;
	width: 261px;
	position: relative;
	margin-left: 92px;
}
.learn-more {
	height: 25px;
	width: 122px;
	float: left;
	position: relative;
	margin-top: 25px;
	margin-left: 10px;
}
.scrns {
	height: 171px;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
