/* slider	*/


div#my-glider
{
	background: url(../img/other-prod-bg.gif) repeat-x left top;
	border-top: 1px solid #a9a8a4;
}

#my-glider .nav
{
	width: 200px;
	float: left;
	padding: 30px 0 0 30px;
}
#my-glider .nav h3
{
	margin: 0 0 72px 0;
}
#my-glider .nav a
{
	border: 1px solid #a9a8a4;
	text-decoration: none;
	margin: 0;
	position: relative;
	color: #aca7a1;
	font-size: 13px;
	letter-spacing: 1px;
}
#my-glider .nav a:hover
{
	text-decoration: underline;
	color: #535249;
}

#my-glider .nav a.back
{
	padding: 6px 55px 6px 10px;
	background: url(../img/prev-arrow.gif) no-repeat 85px center;
}
#my-glider .nav a.more
{
	padding: 6px 10px 6px 55px;
	background: url(../img/next-arrow.gif) no-repeat 5px center;
}

div.scroller
{
	width: 663px;
	height: 256px;
	overflow: hidden;
}
div.scroller div.section
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 663px;
	height: 256px;
	overflow: hidden;
	float: left;
	padding-left: 27px;
}


div.section ul
{
	list-style-type: none;
	padding: 30px 0 0 0;
	margin: 0;	
}

div.section ul li
{
	padding: 0 30px 30px 0;
	float: left;
	width: 191px;
}

div.section ul li a
{
	display: block;
	width: 191px;
	text-decoration: none;	
}

div.section ul li a
{
	display: block;	
	background: #aca7a1 url(../img/white/corner.gif) no-repeat right bottom;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

div.section ul li a .name
{
	display: block;	
	padding: 5px;	
}

div.section ul li a img
{
	width: 191px;
	display: block;
}

div.section ul li a:hover
{
	background: #535249 url(../img/gray/corner.gif) no-repeat right bottom;
}