/* ---------------------------------------------
HOME SECTION STYLES
-----------------------------------------------*/

/* --- Reel -----------*/


/* --- Reel -----------*/

#reel {
	width:749px;
	height:283px;
	position:relative;
	overflow:hidden;
}

ul#reel_controls li a {
	position:absolute;
	top:120px;
	display:none;
	width:24px;
	height:46px;
	z-index:100;
	text-indent:-5000px;
	background-position:left top;
}

ul#reel_controls li a:hover{
	background-position:left bottom;
}

ul#reel_controls li.prev a{
	left:5px;
	background-image:url(../images/home-arrow-left.png);
	height:46px;
	
}
ul#reel_controls li.next a{
	right:0px;
	background-image:url(../images/home-arrow-right.png);
	height:46px;
}

ul#reel_controls li.disabled a:hover{
	cursor:default;
	background-position:left top;
}
#reel_content{
	background-position: left top;
}
#reel_content ul{
	display:none;
	position:absolute;
	left:0;
	top:0;
	height:222px;
	width:9000px;
	z-index:90;
	list-style:none;
}
#reel_content ul li{
	float:left;
	width:762px;
	height:222px;
	z-index:inherit;
	list-style:none;
}
#reel_content ul li img{ margin-left:0px;}



















/*#reel {
	width:916px;
	height:411px;
	position:relative;
	overflow:hidden;
}

ul#reel_controls li a {
	position:absolute;
	top:170px;
	display:none;
	width:48px;
	height:48px;
	z-index:100;
	text-indent:-5000px;
	background-position:left top;
}

ul#reel_controls li a:hover{
	background-position:left bottom;
}

ul#reel_controls li.prev a{
	left:0px;
	background-image:url(../images/arrow_prev.png);
	height:82px;
}
ul#reel_controls li.next a{
	right:0px;
	background-image:url(../images/arrow_next.png);
	height:82px;
}

ul#reel_controls li.disabled a:hover{
	cursor:default;
	background-position:left top;
}
#reel_content{ padding:0px; margin:0px;}
#reel_content ul{
	display:none;
	position:absolute;
	left:0;
	top:0;
	height:411px;
	width:9000px;
	z-index:90;
	list-style:none;
}
#reel_content ul li{
	float:left;
	width:916px;
	height:411px;
	z-index:inherit;
}
*/
