.wrapperm, .slider-wrapper{
height:400px;
width: 100% !important;
overflow:  hidden;
}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:1000px;
	height:400px;
	margin: 0 auto;
	overflow: hidden;
}
.nivoSlider > img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	width:100%;
	height: 400px !important;

}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */

.nivoCaptionWrapper{
width: 1000px;
margin: 0 auto;
position: relative;
}


#zero_caption, #first_caption, #third_caption, #fourth_caption, #fifth_caption{
background-color: #d52228;
width: 400px;
height: 100px;
position:absolute;
left:0px;
top:-130px;
z-index: 20;
}


#second_caption{
background-color: #ee8f3d;
width: 400px;
height: 100px;
position:absolute;
left:0px;
top:-370px;
z-index: 20;
}

.nivo-caption a{
font-family: 'Exo 2', sans-serif;
display:block;
width:364px;
height:69px;
/*border:1px solid rgb(255,255,255);
border:1px solid rgba(255,255,255,0.6);*/
color:#ffffff;
margin: 2px 2px 2px 0;
background:url('/templates/img/arrow.png') no-repeat 360px 32px transparent;
text-decoration:none;
font-size:40px;
padding:10px 0px 15px 22px;
text-align:left;
line-height: 1;
}

#zero_caption > a{
font-size: 26px;
padding:3px 0px 18px 22px;
background:url('/templates/img/arrow.png') no-repeat 360px 32px transparent;
}

#zero_caption a > span{
font-size: 17px;
}

#fourth_caption > a{
padding:16px 0px 5px 22px;
}


#first_caption > a{
padding:16px 0px 5px 22px;
}

#first_caption span{
display:inline-block;
margin-bottom: -6px;
}

#fifth_caption > a{
background:url('/templates/img/arrow.png') no-repeat 360px 32px transparent;
padding:10px 0px 11px 22px;
font-size: 36px;
}


/*#fifth_caption{
background-color: #d52228;
width: 450px;
height: 100px;
position:absolute;
left:0px;
top:-130px;
z-index: 20;
}


#fifth_caption > a{
padding:5px 40px 20px 22px!important;
background:url('/templates/main/img/arrow.png') no-repeat 390px 30px transparent !important;
}*/


.nivo-caption a span{
font-size:20px;

}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav{
position: relative;
width: 1000px;
margin: 0 auto;
height: 10px;	
}

.nivo-directionNav a {
	position:absolute;
	top:-260px;
	z-index:20;
	cursor:pointer;
	display: block;
	width: 43px;
	height:43px;
	text-indent: -9999px;
	background-image: url('/templates/index/img/arrows.png');
	background-repeat:no-repeat;
	opacity: 0.7;
}

.nivo-directionNav a:hover{
opacity: 1;
}

.nivo-prevNav {
	left:35px;
	background-position: top left;
}
.nivo-nextNav {
	right:35px;
	background-position: top right;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 100%;
	text-align:center;
	padding: 15px 0;
	position: absolute;
	bottom: 0;
	z-index: 100;
}

.nivoControlWrapper{
display: table;
height: 18px;
text-align:center;
margin: 0 auto;
}


.nivo-controlNav a {
	cursor:pointer;
	display: block;
	float: left;
	margin: 0 2px;
	text-indent: 9999px;
	background: #ffffff;
	box-shadow: 0 0 2px rgba(1,2,2,0.75);
	border-radius: 8px;
	width: 8px;
	height: 8px;
}
.nivo-controlNav a.active {
	background: #3f3f3f;
	box-shadow: 0 0 2px rgba(1,2,2,0.85);
}



#table_5 {
    table-layout: fixed;
}
#slider {
    position: absolute;
    left: 0;
}
.slider-wrapper {
    position: relative;
}

