/*
 * jQuery Nivo Slider v3.1
 * 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 {
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:24px;
	right:39px !important;
	max-width: none;
	width:100% !important;
	height:300px !important;
}
.nivo-main-image {
	display: block !important;
	position: absolute !important; 
	width: 499px !important;
	height:300px !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:24px;
	right:39px;
	width:499px;
	height:263px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
.nivoSlider  .nivo-imageLink img {top:0; right:0 !important;}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:24px !important;
	right:39px !important;
	left:457px !important;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	/*position:absolute;
	left:33px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:621px;*/
	padding: 5px 10px;
	z-index:8;	
	opacity: 0.8;
	overflow: hidden;
	display: none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:0;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	position:absolute; 
	top:3px;
	right:33px;
}
.nivo-controlNav a {
	cursor:pointer;
	display:block;
	height:8px;
	width:8px;
	background:url(getimg/point2_slider.png) no-repeat 0 0;
	float:left;
	margin-left:10px;
	text-decoration:none;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background:url(getimg/point1_slider.png) no-repeat 0 0;
}

.slider .more a {background:url(../../getimg/more.gif) no-repeat 0 0; color:#fff; display:block !important; font-family:FranklinGothicDemi, Verdana; font-size:14px; padding:8px 0; text-align:center; text-transform:uppercase; text-decoration:none; width:125px !important;}