/* CONTROLS ----------------------------------------------------------------------------------------------------------------------*/

#slider {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

#sliderContent{
	width: 600px;
	position: relative;
	top: 0;
	margin-left: 0;
	height: 400px;
}

.sliderImage {
	float: left;
	position: relative;
	display: none;
	height: 600px;
}

.sliderImage span {
	position: absolute;
	font-size: 10px;
	padding: 10px 13px;
	width: 600px;
	color: #c8c8c8;
	display: none;
}




/* ADD CLASSES ----------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.sliderImage span strong { font-size:14px; color:white; }

.top { top:0; left:0; }
.bottom { bottom:0; left:0; }
.left { top:0; left:0; width:110px !important; height:210px; }
.right { right:0; bottom:0; width:90px !important; height:210px; }

.link { float:right; margin-top:-35px; color: #C6C6C6; }
.link:hover { color:#04D8D1; }
