/*    ######################  Carusel banere structuri  #################    */      


.vert_btns {
	
	height:30px;
	margin: 0 auto 5px;
	text-align: right;
	}

.nav_vert_btns {
	display: inline-block;
	margin-right: 5px;
}

.vert_prev {
	float:left;
	width:25px;
	height:25px;
	margin-right: 2px;
}

.vert_next {
	float:right;
	width:25px;
	height:25px;
}

.carousel_inner {
	height: 365px;
	position:relative;
}

#carousel .carousel_box {
	position:relative;
	border: solid #fff 5px;
	width: 290px;
	height: 80px;
	line-height: 90px;
	text-align: center;
	font-size: 123%;
}

.carousel_box a 	{
 	color: #F1D40E !important;
 }

 .carousel_box h1	{
 	margin-top: 5px;
 }



.slide {
	position: relative;
	width: 290px;
	height: 80px;
	overflow: hidden;
	margin-right: 20px;
	background-color: #199EED;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	}
.slide a {
	text-decoration: none;
	border:none;
}

.slide h1 {
	font-size: 18px;
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 10px;
	color: #FFFFFF;

}
.slide p {
	font-size: 12px;
	line-height: 7px;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 12px;


}
.slide span {
	font-size: 12px;
	line-height: 5px;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 12px;
	color: #F1D40E;
}

.moveleft {
position:relative;

}
.moveleft img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out;
	color: #F41114;
	border:none;

}
.moveleft img:hover {
	left:-300px;
	padding-right:300px;
}
