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

.coin-slider-ramecek{
	margin-top: 25px;
/* 	border: 0px solid #DFDFDF; */
}
.coin-slider {
	overflow: hidden;
/* 	zoom: 0; */
	position: relative;
	clear: left;
	float: none;
	height: 248px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	border: 8px solid #FFFFFF;
/*	background-image: url(/images/slideshow_bg.png);*/
	background-repeat: no-repeat;
	background-position: 100px 30px;
	border-radius:  35px 0px 35px 0px;
}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons {
	height: 32px;
	width: 105px;
	margin-left: 100px;
	padding-left: 80px;
	float: left;
	padding-top: 6px;
	 }
.cs-buttons a {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 6px;
	padding-top: 6px;
	margin-right: 10px;
}
.cs-active {
	color: #FFCC00;
	margin-top: 6px;
	font-weight: bold;
}

.cs-title {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}

.cs-prev {
	color: #FFFFFF;
	background-image: url(/images/leva_sipka.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 55px;
}
.cs-next {
	color: #FFFFFF;
	background-image: url(/images/prava_sipka.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 50px;
}
