 /*img {border: 0;}*/
.container {
    width: 940px;
	height: 321px;
	margin-bottom: 20px;
}

/*--Main Container--*/
.main_view {
    position: relative;
}
/*--Window/Masking Styles--*/
.window {
    height:321px;    
	width: 940px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
}
.image_reel {
    position: absolute;
    top: 0; left: 0;
    z-index:1;
}

.next{
	cursor: pointer;
	z-index:2;
	background: url(../img/left.png) no-repeat left center;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 140px;
	left: 10px;
	text-decoration: none;
	opacity: 0.5;
}

.next:hover{
	cursor: pointer;
	background: url(../img/left.png) no-repeat left center;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	text-decoration: none;
	opacity: 0.8;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.previous{
	cursor: pointer;
	z-index:2;
	background: url(../img/right.png) no-repeat right center;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 140px;
	right: 10px;
	text-decoration: none;
	opacity: 0.5;
}

.previous:hover{
	cursor: pointer;
	background: url(../img/right.png) no-repeat right center;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	text-decoration: none;
	opacity: 0.8;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

/*--Paging Styles--*/
.paging {
	z-index:2;
	margin-top: -20px;
    position: relative;
	width: 940px;
	height: 12px;
}

.paging_pos{

width: 940px;
height: 12px;
margin: 0 auto;
}

.bullet{
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: none;
	margin-right: 5px;
	height: 12px;
	width: 12px;
	background: url(../img/bullet.png) no-repeat center center;
	opacity: 0.5;
	filter: alpha(opacity = 50); zoom:1;
}


.bullet:hover
{
	filter: alpha(opacity = 0); zoom:1;
	opacity: 1;
	border: none;
	width: 12px;
	height: 12px;
	background: url(../img/bullet.png) no-repeat center center;
}

a.active .bullet
{
	background: url(../img/bullet.png) no-repeat center center;
	opacity: 1;
}


.box {
    margin:0;
    padding:0;
    display: block;
    width:940px;
    height:321px;
    float: left;
  
}

.moreinfo .subt { display:none; }

