/*--Main Container--*/
.image_reel2 a{
border: none;
padding: 0px;
}
.main_view2 img {
border: none;
padding-bottom: 30px;
}
.main_view2 {
	float: right;
	overflow: hidden;
	width: 623px;
	border: 0px solid red;
	display: block;
	height: 130px;
	z-index: 1px;
	margin-top: 25px;
	
}
/*--Window/Masking Styles--*/
.window2 {
	height:120px;	
	width: 620px;
	
	position: relative;
	
}


.image_reel2 {
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
	
	
	display: inline;
}
.image_reel2 img {float: left; width: 100px; height: 100px; margin-left: 2px; margin-right: 2px;}

/*--Paging Styles--*/
.paging2 {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging2 a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

.imgactive{
}

.paging2 a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging2 a:hover {font-weight: bold;}
