﻿/*
	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 { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #f93a8e; color: #B8C4CF; text-indent: -1000px;
	border-top-left-radius: 8px;     /* 左上 */
	border-top-right-radius: 8px;    /* 右上 */
	border-bottom-left-radius: 8px;  /* 左下 */
	border-bottom-right-radius: 8px; /* 右下 */
	border-bottom-left-radius: 8px;  /* 左下 */
	/*Safari、Google Chrome：*/
	-webkit-border-top-left-radius: 8px;     /* 左上 */
	-webkit-border-top-right-radius: 8px;    /* 右上 */
	-webkit-border-bottom-left-radius: 8px;  /* 左下 */
	-webkit-border-bottom-right-radius: 8px; /* 右下 */
	/*Firefox： */
	-moz-border-radius-topleft: 8px;     /* 左上 */
	-moz-border-radius-topright: 8px;    /* 右上 */
	-moz-border-radius-bottomleft: 8px;  /* 左下 */
	-moz-border-radius-bottomright: 8px; /* 右下 */
}
.cs-active { background-color: #f93a8e; color: #FFFFFF;
	border-top-left-radius: 8px;     /* 左上 */
	border-top-right-radius: 8px;    /* 右上 */
	border-bottom-left-radius: 8px;  /* 左下 */
	border-bottom-right-radius: 8px; /* 右下 */
	border-bottom-left-radius: 8px;  /* 左下 */
	/*Safari、Google Chrome：*/
	-webkit-border-top-left-radius: 8px;     /* 左上 */
	-webkit-border-top-right-radius: 8px;    /* 右上 */
	-webkit-border-bottom-left-radius: 8px;  /* 左下 */
	-webkit-border-bottom-right-radius: 8px; /* 右下 */
	/*Firefox： */
	-moz-border-radius-topleft: 8px;     /* 左上 */
	-moz-border-radius-topright: 8px;    /* 右上 */
	-moz-border-radius-bottomleft: 8px;  /* 左下 */
	-moz-border-radius-bottomright: 8px; /* 右下 */ }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
