@charset "utf-8";
/* CSS Document */

/* Load CSS before JavaScript */
/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
*/
.slides_container{width:100%;display:none;}
.slides_container h2{margin-top:12px;}
.slides_container h2 a{font:20px 'calibri';color:#cd3539;}
.slides_control{ height:300px !important;}
#slides{margin:0px 0 0;	}
/*
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 .slideCont{width:1004px;height:300px;display:block;background:#efefef;}
.slides_container p{padding:1px 0 0px;}
.slides_container .slideLeft{width:477px;float:left;height:300px;display:block;margin:0 47px 0 0;}
.slides_container .slideRight{width:477px;float:left;height:300px;display:block;}
/*
Optional:
Reset list default style
*/
.prev{float:left;margin:-203px 0 0 -40px;background:url(../images/slideArrowLeft.png) no-repeat;width:12px;height:23px;}
.next{float:right;margin:-203px -40px 0 0;background:url(../images/slideArrowRight.png) no-repeat;width:12px;height:23px;}
.pagination{list-style:none;margin:0;padding:0;display:none;}
/*
Optional:
Show the current slide in the pagination
*/
.pagination .current a{color:red;}