/* slider	*/


div#my-glider
{
	margin: 0;
	padding: 0;
}

div.scroller
{	
	width: 577px;
	height: 490px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.scroller div.section
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 577px;
	height: 490px;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}



a.back, a.more
{
	width: 179px;
	border: 1px solid #a9a8a4;
	text-decoration: none;		
	color: #535249;
	font-size: 13px;	
	background: #d1b36f url(../images/wraper-bgr.gif) repeat-y left;
	margin: 0;	
	padding: 6px 10px 6px 10px;	
	display:block;
}
a.back:hover, a.more:hover
{
	text-decoration: underline;
	color: #535249;
}

a.back
{	
	float:left;
}
a.more
{
	text-align:right;
	float:right;
}

