
#store-glider {
	padding-top:105px;
	padding-left:10px;
}
#store-scroller {
/* modify width and height of scrolling section if necessary*/
	width:260px;
	height:184px;
	overflow: hidden;
	/*border:1px solid yellow;*/
}
#store-content {
	width: 10000px;
}
#store-content>div {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/	
	width:260px;
	height:184px;
	overflow:hidden;
	float:left;
}
.store-item-img {
	width:122px;
	height:184px;
	float:left;
}
.store-item-title {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	width:115px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.store-item-price {
	font-size:15px;
	font-weight:bold;
	background:#DD1304;
	padding:3px;
	float:left;
	margin-top:5px;
	margin-left:10px;
}

.store-item-buynow {
	float:left;
	margin-left:10px;
	margin-top:20px;
}
		
#store-nav {
	margin-left:-8px;
}
.store-nav-btn{
	float:left;
	margin-left:8px;
}

.controls {
	margin-left:15px;
	margin-top:3px;
	width:250px;
	height:20px;
	
}
		
		

#promo-glider {}
	
#promo-scroller {
/* modify width and height of scrolling section if necessary*/
	width:278px;
	height:184px;
	overflow: hidden;
	margin-top:0px;
	margin-left:2px;
	/*border:1px solid yellow;*/
}
		
#promo-content { width: 10000px; }
			
#promo-content>div {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/	
	width:278px;
	height:184px;
	overflow:hidden;
	float:left;
}
		
.promo-item-goto{}	
	
#promo_nav {}
	
.promo-nav-btn {
	float:left;
	margin-left:8px;
}
/*a.promo-nav-btn img:link { border:1px solid #DD1304; }
a.promo-nav-btn img:visited { border:1px solid #DD1304; }
a.promo-nav-btn img:hover { border:1px solid #DD1304; }
a.promo-nav-btn img:active { border:1px solid #000; }*/

	
/* modify width and height of scrolling section if necessary*/
/*
div.scroller { 
	width:289px;
	height:184px;
	overflow: hidden;
	margin-top:0px;
}
*/

/* modify width and height of each section as needed (should match the size of the scroller window)	*/	
/*
div.scroller div.section {
	width:289px;
	height:184px;
	overflow:hidden;
	float:left;		
}
*/

div.scroller div.content {
	width: 10000px;
}
