

#container {
	width:663px;
	padding:0px;
	height:261px;
    float:left;
}

#example {
	width:663px;
	height:261px;
	position:relative;
	
}


#frame {
	position:absolute;
	z-index:0;
	width:663px;
	height:261px;
	top:0px;
	left:0px;
	margin:0px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
#slides2 {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

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

.slides_container {
	width:663px;
	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:663px;
	height:261px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:100px;
	left:10px;
	width:12px;
	height:12px;
	display:block;
	z-index:101;
}

#slides .next {
	left:620px;
}

/*
	Pagination
*/

.pagination {
	margin:0px 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;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:59px;
	padding:0px;
	background:url(../images/banner-bg.png) no-repeat left bottom;
	width:936px;

	color:#fff;
	text-shadow:none;
	margin:0px;
	padding:0px;
}


.caption p {

	margin:0px;
	padding:0px;
}
.caption h3 {
    color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	padding:9px 55px 0 25px;
	line-height:20px;
}


.plans{ width:650px; height:210px; float:left; margin:0px; padding:0px; color:#636363;}

.plans .box1{ width:610px; height:190px; float:left; margin:0px 0 0 20px; padding:0px;}
.plans .box_left{width:196px; height:178px; float:left; background:#e4e6e8; margin:0 0 0 30px;}
.plans .box_left p{padding:5px 0 0 0; font-size:12px; font-weight:bold; background:url(../images/more_01.jpg) no-repeat 145px 8px;
 width:170px; height:30px; float:left; margin:7px 0 0 10px;}
.plans .box_right{width:365px; height:210px; float:left; margin:0 0 0 10px;} 
.plans .box_right p{width:360px; height:20px; line-height:20px; font-weight:bold; padding:0 0 10px 0; text-align:justify;} 
.plans .box_right ul.product_details{width:360px; height:auto; float:left;}
.plans .box_right ul.product_details li{width:360px; float:left; line-height:18px; list-style:url(../images/bullet_01.jpg) inside;}

.plans .box_left p a{color:#35498e;}
.plans .product{width:202px; height:217px; float:left; margin:8px 0 8px 8px;}
.plans .box2{ width:650px; height:210px; float:left; margin:0px; padding:0px;}
