
#page
{
	width: 483px;
	float: left;
	margin-top: 10px;
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	/*background-color: white;*/
}


#Wrapper
{
	clear: both;
}

#Content
{
	background-position: center center;
}

#LeftArrow
{
	position: relative;
	top: 15px;
	left: 0px;
	width: 25px;
}

#RightArrow
{
	position: relative;
	top: -35px;
	left: 460px;
	width: 25px;
}

.arrow
{
	cursor: pointer;
}

/* Side Scroller */

#ScrollBox 
{
	margin-left: 20px;
	margin-top: -111px;
	width: 440px;
	height: 165px;
	position:  absolute;
	overflow: hidden;
}

#BigBox
{
	height: 161px;
}

.singleSlide
{
	float: left;
}


/******product detail page: customer reviews vertical slider **/
#productReviews_content
{
	float: left;
	height: 250px;
	margin-left: -20px;
}

#UpArrow
{
	text-align: center;
	width: 25px;
	position: relative;
	left: 85px;
}

#DownArrow
{
	width: 25px;
	position: relative;
	left: 85px;
	top: 222px;
}

/* Side Scroller */
#vertical_ScrollBox 
{
	width: 180px;
	margin-left: 20px;
	height: 218px;
	position:  absolute;
	overflow: hidden;
}

#vertical_BigBox
{
	height: 161px;
	width: 300px;
}




