/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { 
	background: url("../images/num-bg.jpg") no-repeat scroll 0 0 transparent;
   font-weight: bold;
   margin-left: 5px;
   padding: 4px 0px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 0px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next {display:none;}

.product_slider{
	width:400px;
	height:338px;
	float:right;
}

#coinslider{
	height:341px !important;
}
