﻿/* Horizontal Carousel */

.carousel_navigation_on 
{
	border:solid 2px #f6781b;
}
.carousel_navigation_off
{
	border:solid 2px #ccc;
}

#homeCarouselNavigation
{
	float:right;
	padding: 0 5px 0 0;
	background-color: Transparent;
	width:270px;
	height: 354px;	
		
}

#homeCarouselNavigation a
{
	display:block;
	border:solid 4px #f7f2ee;
	float:left;
	padding:2px;
	margin:0 0 6px 8px;
}
*html #homeCarouselNavigation a
{
	margin:0 0 6px 10px;  
}

#homeCarousel {
  height:352px; 
  width:100%; 
  float:left; 
}
#homeCarousel .container {
  float: left;
  width: 350px;
  height: 350px;
  position: relative;    
  overflow: hidden;
  border:solid 8px #f7f2ee;
}

#homeCarousel ul {

  padding:0;
  width: 100000px;
  position: relative;
  top:0;
  left:0; 
}                      
#homeCarousel ul li {
  height: 172px;
  width:515px;
  text-align: center; 
  list-style:solid 1px red;
  border: none !important;   
  float:left;
  margin-left:0px !important;
  padding-left:0 !important;
  list-style-type:none;
}
/*#horizontal_carousel ul li {
  width: 250px;
  height: 240px;
  text-align: center; 
  list-style:none;   
  float:left;
}*/
 #homeCarousel ul li img{
  
  border:none !important;
  float:left;
  padding-left:0 !important;
}
/*#homeCarousel .previous_button {
  
  float:left;
  display:block;
  width:26px;
  height:26px;
  cursor: pointer;
  background-image:url(assets/prev.png);
  background-repeat:no-repeat;
  background-position:left top;
  margin-left:10px;
  margin-top:2px;

}

#homeCarousel .previous_button_over {
  background-image:url(assets/prev_over.png);
}

#homeCarousel .previous_button_disabled {
  background-image:url(assets/prev_disabled.png);
  cursor: default;
}

#homeCarousel .next_button {
  float:right;
  display:block;
  width:26px;
  height:26px;
  cursor: pointer;
  background-image  :url(assets/next.png);
  background-repeat:no-repeat;
  background-position:left top;
  margin-right:10px;
  margin-top:2px;
}

#homeCarousel .next_button_over {
  background: url(assets/next_over.png);
}

#homeCarousel .next_button_disabled {
  background: url(assets/next_disabled.png);
  cursor: default;
}*/

