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

#slider {
	margin-left: 2px;
}

#slider li, #slider ul, #slider {
	position: relative;
}

#slider li {
	width: 198px;
	display: block;
	overflow: hidden;
	}

#controls li {
	padding-top: 9px;
	float: left;
	list-style: none;
}

#controls li a {
	font-weight: bold;
	font-size: 18px;
	margin-right: 10px;
	float: left;
	color: #efefef;
	width: 22px;
	height: 22px;
	text-align: center;
	background: #808080;
}
#controls li.current a { background-color: #169ac6 !important;}


.captionbox {
	background: #1c1b1b url(../images/bg_miring.jpg) no-repeat;
	bottom: 0px;
	left: 53px;
	position: absolute;
}

.callout_text {
	width: 145px;
	height: 70px;
	border-top: 3px solid #161314;
	border-left: 3px solid #161314;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1em;
}

.callout_text a {
	font-size: 21px;
}

.callout_text2 {
	padding: 7px;
}
