.sliderholder{
	border: #656565 1px solid;
	background-color: #b9b9b9;
	padding:1px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2px;
	margin-right:4px;
}
.contentslide{
	height: 250px;
	overflow:auto;
	background-color: #fff;
	background-image: url(template_images/sliderbkground.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	text-align: right;
	background-color:#999;
	padding:5px;
	border-top: #b9b9b9 1px solid;
}


.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #656565;
	background-color: #efefef;
	border: #656565 1px solid;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background: #5d2a2a;
}
.contentslidepic{
	float:left;
	width:230px;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
}
.slidertitle{
	font-size:20px;
	font-weight:bold;
}
.sliderprice{
	color:#CC0000;
	font-size:15px;
	font-weight:bold;
}
.sliderrrp{
	color:#0066CC;
	font-size:12px;
}
.slidersave{
	color:#006633;
	font-size:13px;
	font-weight:bold;
}
