*{ 
	padding:0; margin:0;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

body, html{ width:100%; height:100%;}

/** Carousel Controls **/

.act{ background-image:url(img/act.png) !important;}

.prev,.next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #EFEFEF;
    color: #333;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 20px/20px Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.prev { left:0px;} .next {right: 0px;}

.nav{ float:right; display:table; padding-top:5px;}
.prevC, .nextC, .n{
	display:inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
	background-image:url(img/select.png);
    color: #3c3c3c;
	
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.n{ font-size:14px; margin-left:4px;}

.prevC:hover, .nextC:hover, .n:hover{ color: #ff5200 !important; background-image:url(img/act.png);}
.nextC{ margin-left:5px;}