#slider_bg {
	width:614px;
	height:234px;
	padding:3px;
	margin:0 auto;
	background-image:url(../images/slider_bg.png);
}

#container {
	width:614px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:614px;
	position:relative;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:614px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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 div.slide {
	width:614px;
	height:234px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:10px;
	width:24px;
	height:40px;
	display:block;
	z-index:101;
}

#slides .next {
	left:580px;
}

/*
	Pagination
*/

.pagination {
	margin:0 auto 0;
	width:100px;
	position:relative;
	bottom:20px;
	z-index:999;
}

.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(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -13px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*------------------------------*/
/*--------Slide two ----*/

#slides_two .slides_container {
	width:238px;
	display:none;
	margin:0 0;
	padding:0 0;
	background:#ffffff;
	border:1px solid #cccccc;
}
/*
	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_two .slides_container .test_content {
	margin:0;
	padding:10px 10px;
	width:220px;
	height:200px;
}

.test_content .text {
	width:220px;
}

.test_content .author {
	width:220px;
	text-align:right;
}

.test_content span {
	margin:0px;
	clear:both;
	text-align:right;
	padding:10px 0 5px 0;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

.test_content span a {
	margin:0px;
	padding:0;
	text-align:right;
	text-decoration:none;
	color:#343434;
	font-weight:bold;
}

.test_content span a:hover {
	margin:0px;
	padding:0;
	text-align:right;
	text-decoration:none;
	color:red;
}

.test_content p {
	font-size:14px;
	color:#343434;
	line-height:18px;
	margin:0;
	clear:both;
	width:100%;
	padding:0 0 10px 0;
}

#slides_two .next, #slides_two .prev {
	left:50px;
	position:absolute;
	width:13px;
	height:21px;
	margin:-65px 0 0 0;
	display:block;
	z-index:101;
	outline:none;
}
#slides_two .next {
	margin-left:30px;
}
#slides_two .pagination {
	display:none;
}


/*------------------------------*/
/*--------Slide three ----*/

#slides_three .slides_container {
	width:238px;
	display:none;
	margin:0 0;
	padding:0 0;
	background:#ffffff;
	border:1px solid #cccccc;
}
/*
	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_three .slides_container .image_gallery {
	margin:0;
	padding:10px 10px;
	width:220px;
	height:200px;
}

.image_gallery ul {
	margin:0;
	padding:0;
}

.image_gallery ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:20px;
	height:20px;
	border:2px solid #ccc;
}

.image_gallery ul li a {
	margin:0;
	padding:0;
	list-style:none;
	width:20px;
	height:20px;
	border:2px solid #ccc;
}

#slides_two .next, #slides_two .prev {
	left:50px;
	position:absolute;
	width:13px;
	height:21px;
	margin:-65px 0 0 0;
	display:block;
	z-index:101;
	outline:none;
}
#slides_two .next {
	margin-left:30px;
}
#slides_two .pagination {
	display:none;
}