.contentslider, .contentslider table {

		
		font-family: "HelveticaNeue-Light", Helvetica, "Tomaha", "Trebuchet MS", "Verdana", "Arial", "Bitstream Vera Sans", "Lucida Grande";
		margin: 0px;
        padding: 0px;
        font-size: 13px;
        color: white;
		height: 210px;
}

.contentslider_big, .contentslider_big table {

		
		font-family: "HelveticaNeue-Light", Helvetica, "Tomaha", "Trebuchet MS", "Verdana", "Arial", "Bitstream Vera Sans", "Lucida Grande";
		margin: 0px;
        padding: 0px;
        font-size: 13px;
        color: white;
		height: 310px;
}


/*
.contentslide a{
padding: 0 5px;
text-decoration: none; 
color: #444 ;
background-color: white;
font-size: 11px;

}
*/

.contentslide{



padding: 8px;
/* width: 400px; */
height: 125px;
color: white;
background-color: black;
width:300px;
}

.contentslide .contentdiv{
display: none;
}

.contentslide_big{


border-bottom-width: 0px;
padding: 8px;
/* width: 400px; */
height: 350px;
}

.contentslide_big .contentdiv{
display: none;
}

.pagination{
width: 300px; 
/*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: black;


padding: 0 0 0px 0;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
width: 300px; /*IE6 width*/
}

.pagination a{
padding: 0 1px;
text-decoration: none; 
color: #aaa ;/* #2e6ab1; */
background-color: black;
font-size: 11px;
}

.pagination a:hover, .pagination a.selected{
color: #00539B;
background-color: black;/* #FEE496; */


}



.pagination_big{
/* width: 416px;  */
/*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: white;


padding: 0 0 4px 0;
}

* html .pagination_big{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination_big a{
padding: 0 1px;
text-decoration: none; 
color: #444 ;/* #2e6ab1; */

font-size: 11px;
}

.pagination_big a:hover, .pagination_big a.selected{
color: #000;
background-color: #ddd;/* #FEE496; */
}



