/*
 * jQuery Nivo Slider v1.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
#news_box {
	position: relative;
	background-image: url(../images/news_box.png);
	background-repeat: no-repeat;
	padding: 10px;
	width: 650px;
	height: 425px;
	margin-top: 10px;
	margin-bottom: 10px;
	clip: rect(0px 630px 420px 0px);
}
 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:630px;
	height: 65px;
	z-index:89;
	display:block;
}
.nivo-caption a {
	color: #FFC331;
}

.nivo-caption p {
	padding:25px 0 0 20px;
	margin:0;
	font-size: 15px;
	color: #FFD131;
}

.nivo-directionNav a {
	position:absolute;
	top: 378px;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {	
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: -76px -175px;
	width: 36px;
	height: 25px;
	right: 100px;
}
.nivo-nextNav {
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: -112px -175px;
	width: 36px;
	height: 25px;
	right:58px;
}

.nivo-prevNav:hover {	
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -175px;
	width: 36px;
	height: 25px;
	right: 100px;
}
.nivo-nextNav:hover {
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: -36px -175px;
	width: 36px;
	height: 25px;
	right:58px;
}


.nivo-controlNav {
	position:relative;
	left: 0px;
	top: 430px;
	z-index:99;
	width: 650px;
}
.nivo-controlNav a {
	background-image: url(../images/home_pic_btn.png);
	display: inline-block;
	color: #FFD151;
	font-size: 13px;
	text-align: center;
	width: 137px;
	height: 31px;
	padding-top: 7px;
	margin-left: 15px;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-image: url(../images/home_pic_btn_selected.png);
	color: #333;
	font-weight: bold;
}