
/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

#slider-photo  { width: 500px; zoom: 1; position: relative; left: 10px; top: 15px; }
.coin-slider   {  }
.coin-slider a { text-decoration: none; outline: none; border: none; }
.cs-buttons    { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a  { margin: 0 2px; height: 14px; width: 14px; float: left; text-indent: -1000px; background: url("../../../themes/HunksinTrunks/images/slider-paginatin.png") 0 0 no-repeat; }
.cs-active     { background: url("../../../themes/HunksinTrunks/images/slider-paginatin.png") -16px 0 no-repeat!important; color: #FFFFFF; }
.cs-title      { width: 480px; padding: 10px; background-color: #000000; color: #FFFFFF; font-size: 15px; font-family: Tahoma; text-align: center; }
.cs-prev, 
.cs-next       { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

.coin-slider .bottom-left-bg,
.coin-slider .bottom-right-bg,
.coin-slider .top-left-bg,
.coin-slider .top-right-bg { position: absolute; width: 35px; height: 35px; z-index: 999999; }

#slider-photo .top-left-bg { top: -10px; left: -10px; background: url("../../../themes/HunksinTrunks/images/top-left-bg.png") 0 0 no-repeat; position: absolute; height: 35px; width: 35px; z-index: 9; }
#slider-photo .top-right-bg { top: -10px; right: -10px; background: url("../../../themes/HunksinTrunks/images/top-right-bg.png") 0 0 no-repeat; position: absolute; height: 35px; width: 35px; z-index: 9; }
#slider-photo .bottom-right-bg { bottom: -10px; right: -10px; background: url("../../../themes/HunksinTrunks/images/bottom-right-bg.png") 0 0 no-repeat; position: absolute; height: 35px; width: 35px; z-index: 1001; }
#slider-photo .bottom-left-bg { bottom: -10px; left: -10px; background: url("../../../themes/HunksinTrunks/images/bottom-left-bg.png") 0 0 no-repeat; position: absolute; height: 35px; width: 35px; z-index: 1001; }

#coin-slider-coin-slider { width: 500px}