.stripViewer
{  
	position: relative; 
	overflow: hidden;    
	margin: 0; 
} 
.stripViewer .stripRotator
{ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0;
	top: 0;
	list-style-type: none; 
} 
.stripViewer .stripRotator .stripElement
{  
	float:left;
	position: relative;
	cursor: pointer;
}

.stripViewer img
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 295px;
	height: 180px;
}

.stripViewer .sliderText
{
	position: absolute;
	top: 0px;
	left: 295px;
	width: 434px;
	height: 145px;
	margin-top: 13px;
	margin-bottom: 17px;
}

.stripViewer .sliderText h1
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
}

.stripViewer .sliderText h2
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 30px;
	color: #92DA00;
}

.stripViewer .sliderText span.description
{
	float: left;
	margin-top: 12px;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.stripViewer .sliderText span.price
{
	position: absolute;
	bottom: 0px;
	right: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
	color: #92DA00;
}

