
/* Product Page */
.catalog-product-view div.scroller { 		
	width: 520px; 
	height: 350px;
	overflow: hidden;
}
.catalog-product-view div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:520px;
		height:350px;
		overflow:auto;
		float:left;		
}
.catalog-product-view div.scroller div.content {
		width: 10000px;
}
.catalog-product-view div#my-glider {
	width: 520px;
}
.catalog-product-view div#my-glider .controls a {
	display: block;
	background: #444;
	color: #fff;
	text-decoration: none;
	padding: 3px 0 3px 0;
	margin-bottom: 5px;
	width: 130px;
	float: left;
	font-size: 11px;
	text-align:center
}
.catalog-product-view div#my-glider .controls a:hover {
	color: #C11262;
}
.catalog-product-view div#my-glider .controls a.selected {
	font-weight: bold;
	color: #fff;
}



/* Category Pages */
.catalog-category-view div.scroller { 		
	width: 750px; 
	height: 400px;
	overflow: hidden;
}
.catalog-category-view div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:750px;
		height:400px;
		overflow:hidden;
		float:left;		
}
.catalog-category-view div.scroller div.content {
		width: 10000px;
}
.catalog-category-view div#my-glider {
	width: 650px;
}

.cat-pager {
	width: 500px;
	margin-left: 15px;
}
.cat-pager td {
	background: #a9A9A9;
	padding: 3px 0;
	width: 550px;
}
.cat-pager td a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding: 0 3px;
}
.cat-pager td a:hover {
	color: #1569C7;
}
.cat-pager td a.selected {
	color: #a9a9a9;
	background: #fff;
}
.cat-pager td .controls {
	text-align: center;
}



/* Search pages */
.catalogsearch-result-index div.scroller { 		
	width: 540px; 
	height: 366px;
	overflow: hidden;
}
.catalogsearch-result-index div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:540px;
		height:366px;
		overflow:hidden;
		float:left;		
}
.catalogsearch-result-index div.scroller div.content {
		width: 10000px;
}
.catalogsearch-result-index div#my-glider {
	width: 540px;
}