/*
 * jQuery Nivo Slider v3.0
 * 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;
	margin:0 auto;
	width:100%;
	height:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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;
}
/* 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 */
.nivo-caption {
	background:url(caption-bg.png) repeat;
	font-size: 15px;
	height:auto;
	padding:0;
	left:50px;
	min-height:230px;
	position: absolute;
	top: 45%;
	width: 530px;
	z-index:8;
}
.nivo-caption h2{
	color: #ffffff;
	font-size: 22px;
	line-height: 25px;
	margin:0px 0px 22px 0px;
	padding: 10px 14px 10px 14px;
}
.nivo-caption p {
	color: #000;
	font-size:12px;
	line-height:22px;
	margin-bottom:22px;
	padding-left:10px;
	padding-right:10px;
}
.nivo-caption a {
	display:inline !important;
	margin-left:10px;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
    left:0;
	margin: 0;
    position: absolute;
    text-align: center;
    top:46%;
	width:100%;
    z-index: 102;
}
.nivo-directionNav a {
	background-image:url(themes/default/arrows.png);
	background-repeat:no-repeat;
    cursor: pointer;
    float: left;
    height: 32px;
    padding: 0;
    width: 19px;
}
.nivo-prevNav {
	background-position:0px 0px;	
	left:10px;
	position: absolute;
	text-indent: -9999px;
	z-index: 999;
}
.nivo-prevNav:hover {
	background-position:0px -32px;
	color:#900;
}
.nivo-nextNav {
	background-position:-19px 0px;
	position: absolute;
	text-indent: -9999px;
	right:10px;
	z-index: 999;
}
.nivo-nextNav:hover {
	background-position:-19px -32px;
	color:#900;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    left:47%;
    margin: 0;
    position: absolute;
    text-align: center;
	bottom:-27px;
    z-index: 999;
}
.nivo-controlNav a {
	background-color:#a4a4a4;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
	margin:0px 2.5px;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    width: 10px;
    z-index: 9;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-color:#5d5c5c;
    font-weight: bold;
}
@media only screen and (min-width:768px) and (max-width:1024px){
.nivoSlider {
	left:0;
}
.nivo-directionNav {
	left:0;
}
.nivo-controlNav {
	display:none;
}
.nivo-nextNav {
	right:15px;
}
}
@media only screen and (min-width:768px) and (max-width:959px) {

.nivo-caption { top:33%; }

}
@media only screen and (max-width:767px){
.nivo-controlNav {
	display:none;
}
.nivo-caption {
	display:none !important;
}
}
@media only screen and (max-width:587px){
.nivoSlider {
	left:0;
}
}
@media only screen and (max-width:479px) {
.nivo-directionNav {
	top:34%;
}
}