@charset "utf-8";
/* CSS Document */

div#spotlite {
	height:309px;
}

div#spotlite ul{
	margin:0px;
	padding:0px;
}
div#spotlite ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0px;
	padding:0px;
}	
div#spotlite ul li img {
	border:0px solid #ccc;
	padding: 0px;
}
div#spotlite ul li.show {
	z-index:500
}

#mac{
	background:url(../images/obk_feature1mac.jpg) no-repeat;
	width:239px;
	height:318px;
}
	
#adv{
	background:url(../images/obk_feature1adv.jpg) no-repeat;
	width:239px;
	height:318px;
}

#rapid{
	background:url(../images/obk_feature1rapid.jpg) no-repeat;
	width:239px;
	height:318px;
}

#iphone{
	background:url(../images/obk_featureiphone.jpg) no-repeat;
	width:239px;
	height:318px;
}

#mac .content, #adv .content, #rapid .content, #iphone .content {
	margin:20px 20px 0px 20px;
	height:298px;
	width:200px;
	overflow:hidden;
}
/*----------------------------------- styles for news ---------------------------*/
div#newsrotator {
	height:309px;
	width:239px;
}

div#newsrotator ul{
	margin:0px;
	padding:0px;
}

div#newsrotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0px;
	padding:0px;
	width:239px;
}

div#newsrotator ul li.shownews {
	z-index:700
}

div#newsrotator ul li .content{
	margin:20px 20px 0px 20px;
	height:272px;
	width:200px;
	overflow:hidden;
	text-align:center;
}

div#newsrotator ul li .more{
	margin:0px 20px 0px 20px;
	height:22px;
	width:200px;
	overflow:hidden;
	text-align:right;
}

a.jquery_link{
	text-decoration:none;
	color:#000;
}

a:hover.jquery_link{
	color:#0099ff;
}