/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	background: white;
}
/*--Window/Masking Styles--*/
.window {
	height: 295px;	width: 768px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	padding: 0px;
	margin: 0px; 
	
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -98px; right: 0px;
	width:770px; height:96px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/* background: url(/oren/gallery/images/hori_nav.png) no-repeat; */
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding-left: 2px;
	text-decoration: none;
	color: #fffffff;
		float: left; 
     
    margin: 0px; 
	
		/*opacity : 0.4; 
		filter: gray;
    filter: alpha(opacity=40); // msie */
}
.paging a.active {
	font-weight: bold;
	/* background: #920000; 
	border: 0px solid #610000;  */
		opacity : 1; 
    filter: alpha(opacity=40); // msie
 filter: gray; */
}
.paging a:hover {font-weight: bold;}

.feature1 {
float: left;
width:170px;
//padding:10px;
border:0px solid gray;
margin-right:15px;
margin-top:15px;
margin-left:10px;

}

.feature2 {
float: left;
width:373px;
padding:0px;
border:0px solid gray;
margin-top:15px;
margin-right:5px;
margin-bottom:15px;

}

.feature3 {
float: left;
width:373px;
padding:0px;
border:0px solid gray;
margin-top:15px;
margin-bottom:15px;
margin-left:5px;

}





.BlueRecfeature {
float: left;
width:192px;
height:98px;
padding:0px;
border:0px solid gray;
margin:0px;
background: #1A5691; 

}


td.rss0 {
padding:5px;
border: 0px;
	background-color: #F0ECCE; color: black;
//font-size:11px;
vertical-align:center;
}
td.rss1 {
padding:5px;
border: 0px;
	background-color: #EAE5BA; color: black;
//font-size:11px;
vertical-align:center;
}


ul.niceList { 

margin-left:0em; 
padding-left:0.0em; 
margin-top:0em;
list-style: none;
 }
ul.niceList li.li0{ background:url(/images2/newhp/arrow0.gif) no-repeat;
background-color: #F0ECCE;
padding-left: 2.0em; list-style: none; 
padding-bottom: 0.5em;
padding-top: 0.5em;
//margin-bottom:-1.3em;
background-position:  left center;
 
 }

ul.niceList li.li1{ background:url(/images2/newhp/arrow1.gif)  no-repeat;
background-position:  left center;
background-color: #EAE5BA;
padding-left: 2.0em; list-style: none; 
padding-bottom: 0.5em;
padding-top: 0.5em;
//margin-bottom:-1.3em;

 }
 
 



