/********************************************************
*
*	Content Slider
*
********************************************************/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 790px; /*width of featured content slider*/
height: 577px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
color: #222
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 730px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:45px;
margin-bottom:2px;
padding:0 6px;
float:left;
overflow: hidden;
}

.pagination img {
margin-right:6px;
margin-top:6px;
}

/*
.pagination a:link,
.pagination a:visited{
	padding: 0px 5px 0px 5px;
        text-decoration: none;
        border: 1px solid #272727;
        background-color: #272727;
}

.pagination a:hover,
.pagination a.selected{
	padding: 0px 5px 0px 5px;
        text-decoration: none;
        border: 1px solid #CC0000;
        background-color: #111;
}
*/

/********************************************************
*
*	Content Glider
*
********************************************************/

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	width: 730px; 
	height: 45px;
	overflow: hidden;
	}
	div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
        width: 730px;
		height: 45px;
		overflow:hidden;
		float:left;
		padding:0;		
		}
		
div.samnail {
width: 10000px;
margin:0;
}
		
div#my-glider {
    padding:-10px 0 0 0;
}

.glider_arrow {
    margin-top:13px;
	float:left;
}
