
*{outline: none;}
img {border: 0; padding:0; margin:0;}
.container_sro {
	width: 270px;
	/*padding: 3px;*/
	margin: 0 auto;
}


/*--Main Container--*/
.main_view {
	margin-top: 25px;
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window_sro {
	margin-top:2px;
	height:100px;	
	width: 270px;
	*width: 276px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

.tabcaption{
	position: absolute;
	top: -25px; left: 0px;
	width: 100; height:35px;
	
	color:#02328D;
	font-family:Arial;
	font-size:15px;
	font-weight:700;
	letter-spacing:0;
	line-height:22px;
	text-decoration:none;
}

.readmoretab {
	padding-top:10px;
	padding-left:10px;
	width:90px; 
	position:absolute; 
	right: 0px;
	font-size: 11px;
	text-decoration:none;
	background: #fff url('../images/icon_arrow_gray.gif') no-repeat;
	background-position: 0px 12px;
}
.readmoretab a {
	color: #00A7EB;
	text-decoration:none;
}
.readmoretab a:hover {
	color: #02328d;
	text-decoration:none;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: -35px; 
	right: 0px;
	width: 100px; 
	height:35px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	background: #d3d3d3;
	text-decoration: none;
	color: #fff;
}
.sitem {
	font-size: 12px;
	*font-size: 12px;
	text-decoration: none;
	background-color: #00a7eb;
}
.paging a.active, .paging a:hover {
	color: #fff;
	font-size: 12px;
	*font-size: 12px;
	text-decoration: none;
	background-color: #00a7eb;
}