@charset "utf-8";






div#module_special div.title {
    background: #ebebe6;
    border-bottom: 3px solid #DEDED6;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    height:23px;
    line-height:23px;
    margin:-1px 0 0 -1px;
    width:300px;
}




div#module_special div.title div {
    background: #000;
    clear: both;
    color: #fff;
    display: inline;
    float: left;
    height:23px;
    line-height:23px;
    padding: 0 13px;
    margin: 0 5px 0 0;
}

div.title a {
    margin: 0 5px;
	font-weight: bold;
}

div.title a.selected {
	color: #000000;
}

div.title div span,
div.title div a {
    color: #fff !important;
    margin: 0;
}

div.title div span {
	display: block;
	padding: 0 10px;
}

div.title div a:hover {
    color: #ddd !important;
}



/* MODULE SPECIAL */

div#module_special {
    position: relative;
    border-bottom: none;
	height: 215px;
	width: 300px;
	overflow: hidden;
	margin-top: 20px
}

div#slider_special {
    margin: 0 0 0 -1px;
}


div#module_special div.title div {
    background: #4C81C5;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial,'sans-serif';
	text-transform: uppercase;
}

/* EASY SLIDER */




#slider_special ul{
    margin: 0;
    padding:0;
    list-style:none;
}

#slider_special li {
    width:300px;
    height:190px;
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
	background-color: #fff;
	position: relative
}

#slider_special li div {
	position:absolute; 
	bottom: 0px; 
	left:0;
	background-color:#000; 
	opacity:0.5;
	filter:alpha(opacity=50); 
	font-weight: bold; 
	font-size:14px; 
	width: 100%;
	height: 31px;
	color:#FFF
	}
#slider_special li div p { padding: 5px 13px 5px; opacity:1;filter:alpha(opacity=100); margin:0}
#slider_special li div p a, #slider_special li div p a:visited { color:#FFF; text-decoration: none; display:block} 

#prevBtn,
#nextBtn { 
    display:block;
    width:16px;
    height:16px;
    position:absolute;
    left:255px;
    top:3px;
    z-index:900;
}	

#nextBtn,
#slider1next {
    left:275px;
}

#prevBtn a,
#nextBtn a {
    display:block;
    position:relative;
    width:16px;
    height:16px;
    background:url(/img/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a {
    background:url(/img/btn_next.gif) no-repeat 0 0;	
}



