.loader {
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
	background:#fff url(../images/loader.gif) center center no-repeat;
	z-index:1;
}
#carousel div.slide {
    position: relative;
    float:left;
    margin: auto 0;
                
}
#carousel div.slide div 
{
	/*filter:alpha(opacity=60);  For IE8 and earlier */
    background-color:#fff; /*rgba(255, 255, 255, 255.6);*/
    width: 100%;
    display: none;
    position: absolute;
    left:0;
    bottom: 0;
               
}
#carousel div.slide h4 
{
    font-size:20px;
    margin:0 0 15px 0;
}
#carousel div.slide a 
{
    display:block;
    margin:5px;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
}
#carousel img {
	background-color: #fff;
	border: none;
	float: left;
	/*width:650px;*/ /*NOTE: width variable needed for chrome
	height:450px;
	box-shadow: 0 0 20px #000;*/
}

/*#bar {
	background-color: #191919;
	border-bottom: 1px solid #000;
	font-family: arial, sans-georgia;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/
#prev, #next {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 450px;
	position: absolute;
	top:0;
	text-indent:-9999px;
}
#prev.disabled, #next.disabled {
	background-color: transparent !important;
	cursor: default;
				
	opacity: 0.1;
}
#prev {
	left: 0;
	background-image:url(../images/scroll_left_o.png);
	background-position:center center;
	background-repeat:no-repeat;

	}
	#prev:hover {
		background-image:url(../images/scroll_left.png);
	}
#next {
	right: 0;
	background-image:url(../images/scroll_right_o.png);
	background-position:center center;
	background-repeat:no-repeat;

	}
	#next:hover {
		background-image:url(../images/scroll_right.png);
	}
.clearfix {
    float: none;
    clear: both;
}