/* CONTROLS ----------------------------------------------------------------------------------------------------------------------*/

#slider {
    width: 410px;
    height: 300px;
    position: relative;
	overflow: hidden;
}

#sliderContent{
    width: 720px;
    position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font-size: 10px;
    padding: 10px 13px;
    width: 376px;
    background: url(../gfx/main_bg.png) repeat-x;
    color: #C6C6C6;
    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; }
