

#container {
	width:728px;

	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:728px;
	height:296px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	/*top:15px;
	left:4px;
	z-index:100;*/
	background:#cfcfcf;
	padding-bottom:10px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:728px;
	height:313px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:710px;
	height:300px;
	display:block;
	background: #cfcfcf;
    margin-left:15px;
	padding-top: 13px;
}
#slides .slide img {height:300px; width: 540px;}
#slides .slide a.aimg{float:left;}
#slides .slide .ptext{float:left; width:140px;float:right;margin-top:1px;margin-right:17px; font-size:12px; color:#636363;}
#slides .slide .ptext span{font-size:12px; color:#464646; text-transform:uppercase; font-weight:bold;}
#slides .slide .ptext a{color:#464646; font-size:14px;}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../pix/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
