/*
 * jQuery Nivo Slider v1.8
 * 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
 */
 
 
/* The Nivo Slider styles */

  #sl {
background-image:url("images/background44.png");
background-repeat:no-repeat;
height:329px;
position:relative;
width:714px;
}
#slider{
    position:relative;  
	/* background-image: url(images/background44.png);  */
	background:url(http://architektura.w4o3.com/wp-content/themes/nss/images/21-0.gif) no-repeat 50% 50%;
	 background-repeat: no-repeat;
	width: 714px;
	height: 329px;    
 /*
-moz-box-shadow:0 0 10px #333333;
margin:30px 30px 60px;
min-height:220px;
position:relative; */
}
/*22-03-2010*/
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/*end*/
.nivoSlider {  
	position:relative;
	/*top:7px;
	left:7px; */
		top:7px;
	left:7px;
	
}
.nivoSlider img {
	position:absolute;  
	top:0px;
	left:0px;
	width: 700px;
	height: 315px;   
}
/* 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:60;
	display:none; 
}
/* The slices in the Slider */
.nivo-slice { 
	display:block;
	position:absolute;
	z-index:50;
	height:200px; 
}
 .nivo-slice img{
 border: 1px #ffffff solid;
 
 }
/* Caption styles */
.nivo-caption {
	position:absolute;
   
	margin-bottom:0px;

	width:200px;
	background:#000;
	color:#ffffff;
	font-family:tahoma;
	font-size:9px;
 /* height:315px;  */
  height:16%;
  display:block;
  /* Overridden by captionOpacity setting */
	
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-caption h2{
font-family:Georgia;
color:#cc0000; 
font-size:12px;
margin-top:0px;
margin-bottom:5px;

font-weight:normal;

}
.nivo-caption h3{
border-left: 1px #ffffff dotted;

color:#ff0000;
margin-top:0px;
margin-bottom:0px;
font-weight: normal;
display:block;

}
#nivo-c  {
text-align:center;
}

.nivo-controlNav{
width:700px;
height:315px;
background-image: url(images/hrr.png);
background-repeat: no-repeat;
background-position: top;
padding-left:5px;
top:320px; 
text-align: center;
position:relative;
padding-bottom:2px;
}
  



.nivo-controlNav a { 
	position:relative;
	z-index:99;    
	cursor:pointer;
	background:url("images/na.png") no-repeat scroll 0 0 transparent;

  padding-left:6px;
border:0 none;
display:block;
float:left;
height:14px;

text-indent:-9999px;
width:14px;

  
}
.nivo-controlNav a.active {
      padding-left:5px;   
	background:url("images/a.png") no-repeat scroll 0 0 transparent;
	 height: 14px;     
	  width: 14px;
}   /*orginal
.nivo-controlNav {
    position:absolute;
    left:47%;
    bottom:-30px;
}
.nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(http://nivo.dev7studios.com/images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:-10px 0;
}

.nivo-directionNav a {
    display:block;
    width:32px;
    height:34px;
    background:url(http://nivo.dev7studios.com/images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
*/

.nivo-control{
     	background:url("images/w4o3-a.jpg") no-repeat scroll 0 0 transparent;
    height: 14px;
	  width: 14px;
}

blockquote.tresc  {
border-left:1px solid #DBDBDB;
color:#333333;
float:right;
font-size:10px;
font-style:normal;
line-height:130%;
margin:0 0 20px 20px;
padding:0 0 0 20px;
text-align:left;
width:220px;}

