@charset "utf-8";
/* CSS Document for top slider 
*/

ul#slide_control li,
ul#slide_nav li,ul#portfolio{
    list-style:none;
}

/* slide navigation specific */

ul#slide_nav {
	padding: 0px;
	position: absolute;
	margin-top: 0px;
	left: 12px;
	top: 17px;
	display: block;
	text-align: center;
	width: 128px;
	height: 3px;
	list-style-type: none;
	visibility: hidden;
}

ul#slide_nav li {
	background-image: url(../images/button.png);
	display: block;
	float: left;
	height: 9px;
	list-style: none;
	padding: 2px;
	margin: 0px;
	width: 10px;
	text-align: center;
}
ul#slide_nav li:hover {
	background-image: url(../images/button_selected.png);
}
ul#slide_nav li#button_selected {
	background-image: url(../images/button_selected.png);
}
ul#slide_nav li#button_selected:hover {
}

/* slide image holder specific */

ul#portfolio
{
	position: relative;
	float: left;
	left: 0px;
}
ul#portfolio li
{
	left: 0px;
}
ul#portfolio img{
	width: 600px;
	height: 280px;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	float: left;
}
ul#slide_control li{
	list-style: none;
	display: inline;
	float:left;
	position: relative;
	left: 0px;
}
ul#portfolio li img{
	float: left;
	position: relative;
	left: 0px;
	width: 600px;
}


/* slide control specific */

ul#slide_control {
	position:relative;
	display: inline;
	float: left;
	width: 187px;
	height: 38px;
	margin-left: -1px;
}

/* control button specific */

#prev_button, #next_button, #pause_button, #last_button{
    margin-left: 0px;
}

#first_button {
background-image: url(../images/first.png);
height: 29px;
left: 354px;
width: 34px;
}
#first_button:hover {
background-image: url(../images/first_hover.png);
}
#last_button {
background-image: url(../images/last.png);
height: 29px;
left: 474px;
width: 34px;
}
#last_button:hover {
background-image: url(../images/last_hover.png);
}

#nex_prev_buttons {
position: relative;
z-index: 5000;
}
#next_button {
	float: right;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	width: 30px;
	display: block;
}
#next_button:hover {
	color: #ee3124;
	text-decoration: none;
	float: right;
	position: relative;
}
#prev_button {
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	left: 12px;
	width: 30px;
	display: block;
}
#prev_button:hover {
	color: #ee3124;
	text-decoration: none;
	float: left;
	position: relative;
}

.pause_button {
background-image: url(../images/pause.png);
height: 29px;
left: 419px;
width: 24px;
}
.pause_button:hover {
background-image: url(../images/pause_hover.png);
}

.paused_button {
background-image: url(../images/play.png);
height: 29px;
left: 419px;
width: 24px;
}
.paused_button:hover {
background-image: url(../images/play_hover.png);
}

#hover_next_button, #hover_prev_button {
height: 125px;
background-repeat: no-repeat;
overflow: hidden;
width: 77px;
top: 35px;
z-index: 6000;
}
#hover_next_button span {
}
#hover_next_button {
	color: #ee3124;
	text-decoration: none;
	float: right;
	position: relative;
}
#hover_prev_button {
	color: #ee3124;
	text-decoration: none;
	float: left;
	position: relative;
}


/* for slider text or caption  */

ul#portfolio-desc{
 	color: #000;
    text-align: left;
    padding: 3px;
    border: 0px solid;
    list-style: none;
}
ul#portfolio-desc h2{
	font-size:30px;
	margin-bottom:8px;
}



.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 {
margin-left: -10000px;
}
#slide_nav li, #pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}






/*-- end next & prev buttons --*/
#slider {
	background-color: #FFF;
	position: relative;
	float: left;
	width: 600px;
	height: 304px;
}

