/*** SLIDER ***/
*{
	padding:0;
	margin:0;
	list-style: none;
}
html{
	/*background: #0085B1;*/
}
img{
	border: 0;
}
#outerslider{
	width:200px;margin: 0 auto;
}
#slidercontainer{position:relative; height:132px;}
.box_skitter_large {width:482px; height:132px;}
.box_skitter_large .label_skitter{
	bottom:0px;
	left:0px ; 
	padding:0; background:url(../images/opacity-slider-text.png) repeat;
	font-size:12px;
	padding:10px 10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.label_skitter{width:200px;overflow:hidden;}
.container_skitter{width:200px;height:132px;}
.label_skitter{width:200px;padding-left:10px;padding-right:10px;}

.close-btn{
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    background: #fff;
    z-index: 100;
    opacity: 0.8;
    color: #333;
	left: 170px;
	cursor: pointer;
}