#slidearea{
	overflow: hidden;
	position: relative; 
	width:980px;
	padding:0px 4px 0px 0px;
}

/* tabs */

.widgets {
	width:972px;

	background:#2a2a2a url(images/last.jpg);
	height:343px;
	font-family: Arial,Tahoma,Century gothic,Tahoma,sans-serif;
}

.widgets a {
	color: #222;
	text-decoration: none;
	}
	
.widgets a:hover {

	}
img.slidim{
	width:575px;
	height:331px;


}

img.boximage{
	width:100px;
	height:70px;
	float:right;
	margin-left:10px;
	background:#000;
	padding:5px;
	
}

	
ul#tabnav{
	height:331px;
	margin:0px 0px;
	background:#000;
	width:380px;
	float:left;
	margin:5px 0px 10px 5px;
	overflow:auto;

}	
	
#tabnav li {
	list-style: none;
	}

#tabnav li a:link,#tabnav li a:visited {

	display:inline;
	float:left;
	width:365px;
	height:80px;
	margin-bottom:1px;
	background:#343434;
	border:1px solid #444;
}	
	
#tabnav li a:hover, #tabnav li a:active, #tabnav li.ui-tabs-selected a {
	background: #222;
	border:1px solid #333;
	}
a.listab{
	display:block;
	width:365px;
	height:80px;

}

.listab h3{
	font: 12px MS Sans Serif,Arial,Tahoma,Century gothic,verdana;
	font-weight:bold;
	padding:5px;
	color:#b3a466;
	text-shadow:-1px -1px 1px #111;

}
.listab p{
	font-size:12px;
	line-height:16px;
	color:#bbb;
}
.tabdiv {
	margin:5px 5px 10px 0px;
	width:575px;
	float:right;
	height:331px;
	position:relative;
	display:inline;
	background:#000 url(images/load.gif) no-repeat center;
	}
#top_last {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}

.featpost{
	position:absolute;
	right:0px;
	bottom:0px;
	background:url(images/trans.png);
	padding:10px;
	border-top:1px solid #000;
	font: 12px Tahoma,Arial,Century gothic,verdana;
	line-height:16px;
	color:#999;
	width:555px;
}	
	
.ui-tabs-hide {
	display: none;
		}

.squarebanner {

	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width:310px;
	overflow:auto;
		}
		
.squarebanner ul li{
		list-style-type:none;
	    margin: 7px 15px 7px 0px;
		float:right;
		display:inline;
		background:#fff;
		padding:7px;
		}

.customScrollerContainer {

}

.customScrollerContent {
	margin:0px!important;
	padding:0px!important;
}





/* SCROLLER STYLE */

/* VERTICAL */
.divVScrollerBar {
	height:280px;
	width:10px;
	margin:0px;
	background:#000;
	border:1px solid #292a2b;
}

/* ORIZONTAL */
.divOScrollerBar {
	height: 10px;
	margin-top: 1px;
	display:none;
}

/* AREA UP */

.divVScrollerBarUp {
	cursor: pointer;
	height: 17px;
}

/* AREA DOWN */
.divVScrollerBarDown {
	cursor: pointer;
	height: 17px;
}


/* ARROW UP AND DOWN */
.divVScrollerBarUp span,
.divVScrollerBarDown span {
	display: block;
	width: 10px;
	height: 15px;
	line-height: 0;
	font-size: 0;
}

.divVScrollerBarUp span {
	background:url(images/uparrow.png) no-repeat ;
}
.divVScrollerBarDown span {
	background:url(images/downarrow.png) no-repeat ;
}

/* ARROWS HOVER */


/* TRACE */
.divVScrollerBarTrace, .divOScrollerBarTrace {

	line-height: 0;
	font-size: 0;
}

/* CURSORS */
.divVScrollerBarCursor {
	cursor: pointer;
}
.divOScrollerBarCursor {
	cursor: pointer;
}

.divVScrollerBarCursor span {
	display: block;
	height: 100%;
	width: 8px;
	border:1px solid #084c78;
	background: #0d4566 url(images/scroll.png) center no-repeat ;
	line-height: 0;
	font-size: 0;
}

.divOScrollerBarCursor span {
	display: block;

	height: 16px;
	width: 100%;
	background: #000 ;
	line-height: 0;
	font-size: 0;
}
/* CURSORS HOVER */
.divVScrollerBarCursor span.hover {

	background-color: #0d4566;
}

.divOScrollerBarCursor span.hover {
	border-top: 1px solid #a3bbce;
	border-bottom: 1px solid #a3bbce;
	background-color: #527fa2;
}
