/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider
{
    width: 960px;
    height: 300px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.coin-slider a
{
    text-decoration: none;
    outline: none;
    border: none;
}

.cs-buttons
{
    display: none;
    font-size: 0px;
    padding: 10px;
    float: left;
}
.cs-buttons a
{
    margin-left: 5px;
    height: 10px;
    width: 10px;
    float: left;
    border: 1px solid #B8C4CF;
    color: #B8C4CF;
    text-indent: -1000px;
}
.cs-active
{
    background-color: #B8C4CF;
    color: #FFFFFF;
}

.cs-title
{
    width: 100%;
    padding: 10px;
    background-color: #000000;
    color: #FFFFFF;
}

.cs-prev
{
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat scroll 0 0;
    margin-left: 10px;
    text-indent: -9999px;
}

.cs-next
{
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat scroll -30px 0;
    margin-right: 10px;
    text-indent: -9999px;
}
