﻿#homeSlide {
background-color:#ffffff;
background-image:url(./images/loading.gif);
background-position:center center;
background-repeat:no-repeat;
height:400px;
left:0;
overflow:hidden;
position:relative;
top:0;
width:900px;
border-top:solid 1px #c0c0c0;
border-bottom:solid 1px #c0c0c0;
}

#homeSlide div {
display:none;
height:400px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:900px;
}


#homeSlide div img {
border-style:none;
}

#controls { 

background-image:url(../../images/controlsBg.png);
background-repeat:no-repeat;
height:27px;
margin:0 0 0 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:4px;
padding-top:5px;
position:absolute;
top:470px;
width:168px;
}
#controls li {
background-image:url(../../images/controlsLiBg_norpt.png);
background-repeat:no-repeat;
float:left;
height:23px;
margin-right:2px;
overflow:hidden;
width:24px;
}

#control1 {
background-position:0 0;
}
#control1.active {
background-position:0 -23px;
}
#control2 {
background-position:-24px 0;
}
#control2.active {
background-position:-24px -23px;
}
#control3 {
background-position:-48px 0;
}
#control3.active {
background-position:-48px -23px;
}
#control4 {
background-position:-72px 0;
}
#control4.active {
background-position:-72px -23px;
}
#control5 {
background-position:-96px 0;
}
#control5.active {
background-position:-96px -23px;
}



.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix {
display:inline-table;
}
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
.brclear {
clear:both;
font-size:1px;
height:0;
line-height:0;
margin:0;
}
