﻿.carousel{
	position :relative ;
	margin :20px auto;
	height :auto;
	border :none;
	overflow : visible ;
}
.carousel .slides{
	float :left ;
	width:50% !important;
	height:auto!important;
	right:0;
	margin-top :-30px;
	padding :0;
	border :none;
	list-style :none;
	position :relative ;
	overflow :visible ;
}
/* slide item */
.carousel .slides .slideItem 
{
	position :absolute ;
	cursor :pointer ;
	overflow : hidden;
	padding :0;
	margin :0;
	border :none;
}

.carousel .slides .slideItem a
{
	display: block ;
	text-decoration :none;
	margin :0;
	padding :0;
	border :none;
	outline :none;
}

.carousel .slides .slideItem img
{
	margin :0;
	padding :0;
	border :none;
	width :100%;
	height :100%;
}

/* _______________________________________________ */

/* DIRECTION BUTTON */
/* _______________________________________________ */



.carousel .buttonNav .numbers:hover
{
	color: #000;
	text-decoration :underline;
}

.carousel .buttonNav .numberActive
{
	background : none;
	color :#000;
	cursor :default ;
}

/* bullets */
.carousel .buttonNav .bullet
{
	position :relative ;
	float :left ;
	width :16px;
	height :16px;
	background : url(images/Bullet-White.png) no-repeat center ;
	margin :5px;
	float :left ;
	cursor :pointer ;
}

.carousel .buttonNav .bullet:hover
{
	background : url(images/Bullet-Black.png) no-repeat center ;
}

.carousel .buttonNav .bulletActive
{
	background : url(images/Bullet-Black.png) no-repeat center ;
	cursor :default ;
}

/* ____________________________________________________________ */

/* VIDEO */
/* ____________________________________________________________ */

.carousel .slides .videoOverlay
{
	background :url("images/video.png") no-repeat center; /* play button */
}

.carousel .slides .spinner
{
	background : #000 url(images/loading.gif) no-repeat center; /* video preloader */
}

/* _____________________________ *

/* SHADOW */
/* _____________________________ */

.carousel .shadow
{
	width :100%;
	height :82px;
}

.carousel .shadow .shadowLeft
{
	background : url("images/shadowLeft.png") no-repeat;
	width :100px;
	height :82px;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale);   /* IE6 & 7 */         
}

.carousel .shadow .shadowMiddle
{
	height :82px;
	background:url("images/shadowTile.png") repeat-x;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale);   /* IE6 & 7 */         
}

.carousel .shadow .shadowRight
{
	width :100px;
	height :82px;
	background:url("images/shadowRight.png") no-repeat;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale);   /* IE6 & 7 */         
}

/* ____________________________________________________________ */

/* REFLECTION GRADIENT */
/* ____________________________________________________________ */

/* gradient color for Opera */
.carousel .gradient
{
	background-image :url(scripts/gradient.svg);
}

/* ____________________________________________________________ */

/* DESCRIPTION */
/* ____________________________________________________________ */

.carousel .description{
	position :relative ;
	float :left ;
	min-height :300px;
}
#featured h2 {
  font-family: helvetica,arial,sans-serif;
  font-size: 30px;
  line-height: 1em;
  padding: 5px 0 0;
	color: #fcfcfc;
  text-shadow: 2px 2px 2px #000;
  margin-top:0px;
}	
.carousel .description h2{
	font-family :Arial, Verdana ;
	color :#F5F5F5;
	font-size :2em;
}
.carousel .description p{
	font-family: georgia,times;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.3em;
	color: #c0daf3;
	margin-top: 20px;
  text-shadow: 2px 2px 2px #000;
}
#featured {
  background-color: #fff;
  background-image: url("../image/feature_bg.png");
  border-bottom: 1px solid #000;
	padding:26px 0 0px;
	height:450px;
	margin-bottom:25px;
	overflow:hidden!important;
}
.button {
	 padding: 17px 29px;
	 margin-top:20px;
	 background: #a5c440 linear-gradient(to bottom, #a5c440, #8ab324) repeat scroll 0 0;
	 border: 2px solid #668f00;
	border-radius: 10px;
	float:left;
}
.button a{
    
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
    text-shadow: 2px 2px 1px #666666;
}
@media (min-width:768px){
	.slides{
		display:none;
	}
}
@media (min-width:980px){
	.slides{
		display:block;
	}
}
@media (max-width:767px){
	.slides{
		display:none;
	}
	.carousel .description{
		width:100%;
	}
	.carousel .description p{line-height:1em;font-size:19px;}
	#featured h2{font-size:22px;}
}