/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	border-radius:10px;
	overflow:hidden;
	border:1px solid #efefef;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	
     
}
/* 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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	
	position:absolute;
	background:;
	width:50%;
	height:100%;
	top:0px;	
	left:0px;
	color:#fff;
	z-index:8;
	opacity:1.0 !important;
	
}
.nivo-caption h1{ 
	font-size:16pt; 
	font-weight:normal; 
	background:url(../../resimler/banner_h1_bg.png) ; 
	padding:10px 10px 5px 40px;
	margin-top:200px;
	display:inline-block;
}
.nivo-caption p p{
	margin:0px 0px 0px 0px;
	line-height:23px;
	font-size:14px;
	left:0px;
	background:url(../../resimler/banner_h1_bg.png) ;
	padding:0px 10px 0px 40px; 
	display:inline-block;
	clear:both;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav{
	position:absolute; 
	z-index:9;
	bottom:0px;
	width:100%;
	height:100%;
		
}
.aktif_slide{
	position:absolute; 
	width:22px;
	height:18px;
	z-index:10000;
	bottom:6px;
	left:50%;
	margin-left:-8px;
	color:#fff;
}
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer;
	
}
.nivo-prevNav {
	left:0px;
	background:url(http://nanolab.com.tr/resimler/banner_ok.png) no-repeat;
}
.nivo-nextNav {
	right:0px;
	background:url(http://nanolab.com.tr/resimler/banner_ok_alt.png) no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:normal;
	
}