
.ro_pnl_features {float:left;}

/* this makes it possible to add next button beside scrollable */
div.ro_features_scrollable {
	border:1px solid #dddddd;
	position:relative;
	overflow:hidden;
	width: 492px;	 
	height:285px;		
}

/* prev, next, prevPage and nextPage buttons */
a.next, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/css/right.jpg) no-repeat;
    position:absolute;
	margin:-18px 0px 0px 465px;
	cursor:pointer;
}
a.prev, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/css/left.jpg) no-repeat;	
	margin:0px 0px 0px 440px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}



#ro_features_items {	
	position:absolute;
	width:20000em;	
	clear:both;	
}
 
 
/* single item */
#ro_features_items div {
	float:left;
	width:492px;
	height:285px;
	background-color: #ffffff;
	color:#fff;
	border-left:0px solid #333;
	border-right:0px solid #333;
	cursor:pointer;
}
 
/* style when mouse is over the item */
#ro_features_items div.hover {
		
}
 
/* style when element is active (clicked) */
#ro_features_items div.active {
	background-color:#066;
	cursor:default;
}

#ro_features_items .subitem {
	float:none;
	width:492px;
	height: 95px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0;
	background: url(/Portals/10/Skins/RO2009/images/ROFeatures_bg_off.jpg) no-repeat 100% 0;
	color: #808080;
}
#ro_features_items .subitem .thumbnail {
	float:left;
	width: 130px;
	height: 95px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

#ro_features_items .subitem h3 {
	margin: 0px 10px 10px 10px;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;} 
	
#ro_features_items .subitem h3 a {color:#333333;text-decoration: none;}
#ro_features_items .subitem h3 a:hover {color:#1b4475;text-decoration: underline;}

#ro_features_items p, #thumbs span {
	margin:10px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;	
}
 
#ro_features_items h3 em {
	font-style:normal;
	color:yellow;
}

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	float:left;
	margin:0px 0px 0px 440px;
	width:56px;
	height:18px;
	visibility: hidden;
	display:none;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/DesktopModules/Jobson.CMS.UI.RO/img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

a:active {
  outline:none;
} 
:focus {
  -moz-outline-style:none;
}

