/*
Carousel section
*/

#carousel {
	font-family: 'Times New Roman';
	width:900px;
	height:300px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
.btn_start_shopping.round-corner {
	border: none;
	color:#C8001D;
}
.btn_start_shopping.round-corner:HOVER {
	color:#ffffff;
}

#slides {
	position:absolute;
	top:10px;
	left:5px;
	z-index:100;
}

/*
	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:894px;
	height:250px;
	overflow:hidden;
	position:relative;
	display:none;
	background: #E9E9E9;
}

/*
	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:10px;
	width:890px;
	height:230px;
	display:block;
}

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


/*
	Pagination
*/

#slides .pagination {
	margin:26px auto 0;
	width:100px;
}

#slides .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#slides .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://www.whitefence.com/_ui/marketing/common/images/carousel/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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


#slides .slide .slide_image {
    float: left; 
	padding-right: 5px; 
	margin: 0 0 0 5px;
	position: relative;
}
#slides .slide .slide_image, #slides .slide .slide_image img {
	max-width: 350px;
	max-height: 250px;
	
}

#slides .slide .promo_image {
    float: right;
	margin: 0 5px 0 0;
    
	
}

#slides .slide .main_content {    
	padding-left: 5px; 
	float: left;
	max-width: 500px;
	
}

#slides .main_content h1 {
    color: #0B495A;
	font-size: 24px; 
	line-height: 26px;
	width: 420px;
	
}

#slides .main_content h2 {
   color: #c8001d; 
   font-size: 16px;
}
#slides .main_content ul li {
	list-style-type: disc;
}

#slides .main_content table tr td {
border: none;
padding:0px;
}

#slides .main_content .bullet_points {
  
   line-height: 16px;
   font-size: 12px;
   margin-bottom: -5px;
}

#slides .main_content .big_price {
    width: 500px; 
	float: left; 
}

#slides .main_content .big_price td{
    /* padding-right: 15px; */
}

#slides .main_content .price_disclaimer {
    font-size: 9px;	
	font-style: italic;
	margin: 10px 0 0 0px !important;
	width: 230px;
}

#slides .main_CTA {
    font-weight: bold;
    margin: 3px 0 0 0;
	
}

#slides .main_content .promo_image {
    position: absolute;
    width: 115px;
    height: 70px;
    margin: -62px 0 0 -230px;
}


#slides .btn_start_shopping  {
    display: block;
    height: 37px;
    width: 195px;
	background: url("http://www.whitefence.com/_ui/marketing/comcast/images/yellow-btn_195x75.png") no-repeat scroll 0 0px transparent;
	text-align: center;	 
	
}

#slides .btn_start_shopping:hover {    
	background: url("http://www.whitefence.com/_ui/marketing/comcast/images/yellow-btn_195x75.png") no-repeat scroll 0 -38px transparent;
	
}

#slides .btn_start_shopping  a:hover {
    /* background: #FE5A1D no-repeat scroll 0 0; */
}

#slides .shop_category {
    
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-shadow: none;
    top: 6px;
    z-index: 1;
}

#slides .divider {
    font-size: 12px;
	display: block;	
	margin: 5px 0 5px 64px;
	line-height: 16px;
}

#slides .call_to_order {
    font-size: 16px; 
	color: #E1A606; 
	display: block;
	line-height: 16px;
}

#slides .lists {
    list-style-position: inside;
    list-style-type: disc;
}

#slides .red {
    color: #C8001D !important;
}

#slides .header-price {
    font-weight: bold;
    position: relative;
    text-align: left;
}

#slides .header-price div {
    float: left;
}

#slides .header-price span.cost {
    
    font-size: 65px;
    letter-spacing: -4px;
    line-height: 42px;
}

#slides .header-price .cost {
    
}

#slides .header-price .dollar, .header-price .cost, .header-price .month, .header-price .promo-price-cent {
   
	color: #C8001D;
	vertical-align: top;
	font-size: 24px;
    line-height: 20px;
    
    
}

#slides .header-price .permonth {
    margin: 0 0 0 2px;
}

#slides .header-price sup, .header-price sup.cost {
    font-size: 24px;
}

#slides .header-price .period {
    color: #444444 !important;
    display: block;
    font-size: 9px;
    font-weight: normal;    
    text-align: left;
    margin: 2px 0 0 0;
}

#slides sup {
    font-size: 75%;
    line-height: 75%;
	
}	

#slides .clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#slides a:link,a:visited {
	color:#3B3B3B;
	text-decoration:none;
}

#slides a:hover,a:active {	
	text-decoration:none;
}