@charset "utf-8";
/* CSS Document for top slider 
*/
ul#slide_control
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#slide_control li{
    
	float: left;

}



#prev_button, #next_button, #pause_button, #last_button{
    margin-left: 0px;
}

#first_button {
background-image: url("../images/quickfact/first.png");
height: 29px;
width: 34px;
}
#first_button:hover {
background-image: url("../images/quickfact/first_hover.png");
}
#last_button {
background-image: url("../images/quickfact/last.png");
height: 29px;
width: 34px;
}
#last_button:hover {
background-image: url("../images/quickfact/last_hover.png");
}

#nex_prev_buttons {
position: absolute;
z-index: 5000;
}
#next_button {
background-image: url("../images/quickfact/next.png");
height: 29px;
width: 31px;
}
#next_button:hover {
background-image: url("../images/quickfact/next_hover.png");
}
#prev_button {
background-image: url("../images/quickfact/prev.png");
height: 29px;
width: 31px;
}
#prev_button:hover {
background-image: url("../images/quickfact/prev_hover.png");
}

.pause_button {
background-image: url("../images/quickfact/pause.png");
height: 29px;
width: 24px;
}
.pause_button:hover {
background-image: url("../images/quickfact/pause_hover.png");
}

.paused_button {
background-image: url("../images/quickfact/play.png");
height: 29px;
width: 24px;
}
.paused_button:hover {
background-image: url("../images/quickfact/play_hover.png");
}

#hover_next_button, #hover_prev_button {
height: 125px;
background-repeat: no-repeat;
overflow: hidden;
width: 77px;
z-index: 6000;
}
#hover_next_button span {
}
#hover_next_button {
background-image: url("../images/quickfact/hover_next.png");
background-position: 21px 35px;
padding: 30px 0 30px 30px;
}
#hover_prev_button {
background-image: url("../images/quickfact/hover_prev.png");
background-position: 8px 35px;
padding: 30px 30px 30px 0;
}


/* for slider text or caption  */



.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


#slide_nav li:hover, #pause_button, .prev_button, .next_button, #first_button, #last_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
}

#slide_nav li span, #pause_button span, .prev_button span, .next_button span, #first_button span, #last_button span, #hover_next_button span, #hover_prev_button span, #water_mark span {
}
#slide_nav li, #pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
background-repeat: no-repeat;
overflow: hidden;
}






/*-- end next & prev buttons --*/
