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

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

/*================================================================================================================*/
/*This controls the height and width of the slideshow container, other elements are positioned in relation to this*/
#innerfade-holder {
	height:529px;
	position:relative;
}

/* slide navigation specific */
/*This is the bottom ul with the dots in it. Size must be set if image size is changed*/
ul#slide_nav {
background:	transparent url(../images/news_bg.png) no-repeat scroll 0 50%;
padding: 15px;
position: absolute;
width: 610px;
margin-left:40px;
margin-top: 250px;
}
/*================================================================================================================*/

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;
}

ul#slide_nav li:hover {
}

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
{
	margin-bottom: 6px;
}

/*================================================================================================================*/
/*This controls the image size*/
ul#portfolio img{
/*    width: 640px;*/
/*    height: 480px;*/
}
/*================================================================================================================*/

ul#slide_control li{
    list-style: none;
    display: block;
    float:left;
}

ul#portfolio li img{
	border: none;
}


/* slide control specific */

/*================================================================================================================*/
/*This is the navigation ul with the buttons. If image size is changed this will need to be repositioned if image size is changed.*/
ul#slide_control {
    left:537px;@left:528px;
    position:absolute;
    top:485px;
		left:500px;
	  z-index:5000;
}
/*================================================================================================================*/


/* 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: absolute;
left: 0;
z-index: 5000;
}
#next_button {
background-image: url(../images/next.png);
height: 29px;
left: 443px;
width: 31px;
}
#next_button:hover {
background-image: url(../images/next_hover.png);
}
#prev_button {
background-image: url(../images/prev.png);
height: 29px;
left: 388px;
width: 31px;
}
#prev_button:hover {
background-image: url(../images/prev_hover.png);
}

.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 {
background-image: url(../images/hover_next.png);
background-position: 21px 35px;
padding: 30px 0 30px 30px;
right: 0;
}
#hover_prev_button {
background-image: url(../images/hover_prev.png);
background-position: 8px 35px;
padding: 30px 30px 30px 0;
left: 0;
}

/* for slider text or caption  */

/*================================================================================================================*/
/*This controls the position of the text*/
ul#portfolio-desc{
 	color: #000;
   text-align: left;
   padding: 3px;
   list-style: none;
	 position:relative;
	 left:100px;
}

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 --*/