

/* DEPRECATED FILE */









/* this makes it possible to add next button beside scrollable */

.scrollable {

	float:left;	

	position:relative;

}

.new-box{position:absolute; left:15px; bottom:64px; z-index:99999; background:url(../images/box_top.png) left top no-repeat; width:303px; }

.new-box h2{color:#fff; font-family:Trebuchet MS, arial; font-size:44px; padding:5px 0 0px 8px; text-transform:uppercase; margin: 0 0 0 0; font-weight:normal;
height:58px;}

.new-box ul{margin:0px;
background:url(../images/box-ul-bg.png) left bottom no-repeat;
overflow:hidden;

padding:10px 0 10px 10px;}

.new-box li{
line-height:20px;

color:#fff;

list-style:none;

display:block;

padding:0px 10px 4px 10px;

font-size:13px;
clear:both;
text-align:justify;
}

.new-box li strong, .new-box2 li strong{font-weight:bold; float:left; margin:0 4px 0 0; text-align:right;}
.new-box li span, .new-box2 li span{margin:0px 0 0 0;  text-align:left;}

.semicolon{float: left;
    font-weight: bold;
    margin: 0 8px 0 0 !important;
    padding: 0 9px 0 0 !important;
    text-align: right;
    width: 54px; background:url(../images/semicolon.png) no-repeat right center; width:52px;}


.new-box li a{text-decoration:none; color:#fff;}



/* prev, next, prevPage and nextPage buttons */

a.prev, a.next, a.prevPage, a.nextPage {

	display:block;

	width:18px;

	height:18px;

	background:url(../images/left.png) no-repeat;

	float:left;

	margin:43px 10px;

	cursor:pointer;

	font-size:1px;

}



/* 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;		

}



/* next button uses another background image */

a.next, a.nextPage {

	background-image:url(../imagesright.png);

	clear:right;	

}







/*********** navigator ***********/





/* position and dimensions of the navigator */

.navi {

	height:17px;

	overflow:hidden;

}





/* items inside navigator */

.navi a {

	width:15px;

	height:42px;

	float:left;

	margin:3px;

	background:url(../images/navigator.png) 0 0 no-repeat;

	display:block;

	font-size:1px;

	

}



/* mouseover state */

.navi a:hover {

		background-position:0 -14px;      

}



/* active state (current page state) */

.navi a.active {

	background-position:0 -14px;     

} 	



