/* CSS Document */

/*
	Slideshow
*/

#slides-wrp{
	position:relative;
	width:900px;
	height:600px;
	overflow:hidden;
}

.slides {
	z-index:100;
	width:900px;
	position:relative;
	height: auto;
	text-align:right;
	margin-bottom:15px;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:900px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-bottom:20px;
}


/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container .slide-wrp{
	width:900px;
	height:600px;
	
	}

.slides_container .slide-ph{
	width:900px;
	height:600px;
	position:relative;
	display:block;
	
}


.slides_container .slide-ph img {
position: absolute; 

}

.slides_container a {
	width:900px;
	height:600px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

.slides .prev,.slides .next{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.slides .prev {
	margin-right:5px;
}

#slides .next {
	
}


/*
	Pagination
*/

.pagination {
	position:absolute;
	right:0;
	bottom:0;
	margin:0px;
	text-align:right;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	font-size:10px;
	color: #999999;
    cursor: pointer;
    font-weight: normal;
    padding: 0 5px 0 0;
}

.pagination li.current a {
	color: #000;
}



/*
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}


.pagination li.current a {
	background-position:0 -12px;
}

*/
