﻿div#Product_Wheel
{
	width: auto;
	overflow: hidden;
	height: 135px;
	position: absolute;	
	top: 0px;
	left: 0px;	
}
div#product_container
{
	width: 670px;
	overflow: hidden;
	height: 135px;
	float: left;
	position: absolute;
	top: 0px;
	left: 55px;
}
html>body div#product_container
{
	top: 0px;
}
div#Left_Main_Scroll
{
	padding-top: 0px;
	float: left;
	margin-left: 15px;
	position: absolute;
	left: 0px;
	top: 45px;
	background-image: url(/images/Product_Carousel/Main_Left_Arrow.gif);
	height: 53px;
	width: 17px;
}

div#Left_Main_Scroll.disabled
{
    background-image: url(/images/Product_Carousel/Main_Left_Arrow_disabled.gif);
}

div#Right_Main_Scroll
{
	margin-left: 15px;
	padding-top: 0px;
	float: left;
	position: absolute;
	left: 715px;
	top: 45px;
	background-image: url(/images/Product_Carousel/Main_Right_Arrow.gif);
	height: 53px;
	width: 17px;
}
div#Right_Main_Scroll.disabled
{
    background-image: url(/images/Product_Carousel/Main_Right_Arrow_disabled.gif);
}
ul.product_list
{
	display: inline;
}
li.product_list
{
	display: inline;
	float: left;
	width: 165px;
	text-align: center;	
}

div#Carousel_Top
{
	width: 764px;
	height: 0px;	
	background-image: url(/images/Product_Carousel/Slider_Top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding:0px;
	margin-bottom: -10px;
	position: absolute;
	top: 375px;
	left: 200px;
}
html>body div#Carousel_Top
{	
	height: 9px;
	margin-bottom: 0px;
}
div#Carousel_Bottom
{
	position: absolute;
	top: 523px;
	left: 200px;
}
div#Carousel_Middle
{
	position: absolute;
	top: 383px;
	width: 764px;
	height: 140px;
	background-image: url(/images/Product_Carousel/Slider_Middle.gif);
	left: 200px;
}
html>body div#Carousel_Middle
{
	height: 140px;
}
img
{
	border: none;
}
div.product_desc
{
	margin-left: 220px;
	margin-top: 50px;
	display: none;	
}
td.callout_header
{
	font-weight: bold;
	color: Black;
	padding: 10px;
}
div#mainContent
{
	overflow: hidden;
}
