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

#banner{
	margin:0 auto;
	width:982px;
	postition:relative;
}

#gallery{
	width:718px;
	padding:0  0 0 22px;
	background:url(../images2/line-left.gif) no-repeat left top;
}

#slider{
	width:720px;
	position:relative;
	background:url(../images2/line-left.gif) no-repeat right top;
}

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

#slide_nav{
	position:absolute;
	z-index:100;
	right:0;
	bottom:8px;
	padding:0 17px 0 0;
	float:right;
	display:none;
	width:auto !important;
	
}
#portfolio li{
   width:982px;
   height:320px;
}

#portfolio{
	height:320px !important;
	 overflow:hidden;
}	

#portfolio li a{
   width:982px;
	display:block;
	background:	transparent url(../images2/portfolio-img.jpg) no-repeat left top;
}

#slide_control li{
    list-style: none;
    display: block;
    float:left;
}
#prev_button, #next_button, #pause_button, #last_button{
    margin-left: 0px;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


#slide_nav li:hover, .prev_button, .next_button, #first_button, #last_button, #pause_button, #play_button {
cursor: pointer;
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 {

}

ul#slide_nav {
position: absolute;
right:0;
z-index: 5000;
}
ul#slide_nav li {
float:left;
line-height:0;
font-size:0;
width:24px;
height:24px;
background:url(../images2/slider-normal.png) no-repeat left top;
display:inline-block;
margin:0 0 0 4px; 
}

ul#slide_nav li#button_selected {
background:url(../images2/slider-active.png) no-repeat left top;

}
ul#slide_nav li#button_selected:hover {
}
/*-- first & last buttons --*/

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

/*-- end first & last buttons --*/

/*-- next & prev buttons --*/
#nex_prev_buttons {
z-index: 5000;
}
#next_button, #next2 {
height: 54px;
text-indent:-9000px;
background:url(../images2/next.png) no-repeat left top;
width: 54px;
display:inline-block;
float:right;
margin-right:20px;
}
#next_button:hover {
}
#prev_button , #prev2{
height: 52px;
width: 54px;
display:inline-block;
text-indent:-9000px;
margin-left:20px;
background:url(../images2/prev_47.png) no-repeat right top;
float:left;

}
#prev_button:hover {
}
/*-- end next & prev buttons --*/


/*-- looks like pause button --*/
.pause_button {
height: 20px;
width: 112px;
}
.pause_button:hover {
}

#pause_button span{
	display:block;
	background:url(../images2/pause.gif) no-repeat left top;
	height: 20px;
	width: 55px;
	text-indent:-9000px;
}

#play_button span{
	width:44px;
	display:block;
	text-indent:-9000px;
	height:20px;
	background:url(../images2/ply.gif) no-repeat left top;
}

#play_button{
	width:44px;
	height:20px;
	float:left;
}

#pause_button{
	width:55px;
	height:20px;
	float:right;
}

.play-pause{
	display:none;
}


/*-- looks like play button --*/
.paused_button {


}

.paused_button {

}

.paused_button:hover {
}

/*-- hover next & hoverprev buttons --*/

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

/* for slider text */

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

#slide_control, .slidenav{
	padding:0 4px 0 0;	
	width:982px;	
	z-index:100;
	position:absolute;
	top:180px;
}
/*-- end next & prev buttons --*/


