

/*
	Slideshow style
*/

#slides {
	width:900px;
	height:300px;
	position:absolute;
	margin: 0px 20px;
}

/*
	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:900px;
	height:280px;
	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 {
	padding:20px;
	width:880px;
	height:280px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-27px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:920px;
}

/*
	Pagination
*/

.pagination {
	margin:20px 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(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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

/*
	Pagination
*/

#slide-image{
	width:355px;
	height:260px;
	margin:0px 30px 0px 30px;
	padding:0px 0px 0px 0px;
	float:left;
}
#slide-text{
	width:450px;
	height:260px;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#slide-text h1{
	font: 28px Georgia, "Times New Roman", Times, serif;
	color: #005293;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
#slide-text p{
	font: 14px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#fff;
	font-weight:normal;
	margin:0px 0px 15px 0px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

/*
	Slideshow style
*/

#slides {
	width:700px;
	height:370px;
	position:absolute;
	margin: 0px 20px;
}

/*
	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:700px;
	height:300px;
	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 {
	padding:20px;
	width:700px;
	height:280px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-27px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:700px;
}

/*
	Pagination
*/

.pagination {
	margin:20px 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(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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

/*
	Pagination
*/

#slide-image{
	width:275px;
	height:260px;
	margin:0px 20px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}
#slide-text{
	width:300px;
	height:260px;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#slide-text h1{
	font: 28px Georgia, "Times New Roman", Times, serif;
	color: #005293;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
#slide-text p{
	font: 12px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#fff;
	font-weight:normal;
	margin:0px 0px 15px 0px;
}


}






































