/* @override http://b.ook.gr/wp-content/themes/UpstartBloggerFuturosityMag-2/ub_futurositymag/coda-slider.css */

#slider {
  
    float: left;
    height:auto;
margin-bottom: 0px;
    background-color: #fff;
   }

.scroll {
   
    width: 200px;
   overflow: auto;
  position: relative; /* fix for IE to respect overflow */
   float: left;
    background: #fff ;
}

.scrollContainer div.panel {
  	padding: 2px;
    height: auto;
    width: 200px;
}

.scrollContainer p {
	width: 200px;
	text-indent: 0;
	color: #666566;
}

.scroll h5{
	background-color: #fffeff;
	padding-bottom: 6px;
	padding-top: 9px;
	padding-left: 2px;
	border-top: thin dotted #807f80;
}

#shade {
  }

#navigation_wrapper{
   float: left;
   width: 200px;
   height: 37px;
   background: #fff;
   margin: 0 auto;
   padding: 0;
}
ul.navigation {
 margin-left:0px;
 padding: 0;
 text-align: center;
 margin-top: 5px;
    
   
}

ul.navigation li {
list-style: none;
display: inline;
padding-top: 5px;
padding-bottom: 0;
padding-left: 5px;
padding-right: 5px;

  
  }

ul.navigation a {
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #fff;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
ul.navigation li.blog a{
	width: 32px;
	height: 32px;
	float: left;
		background-image: url(http://w.ook.gr/skins/wook/images/rss.png);
	background-repeat: no-repeat;
	margin-left: 20px;

}
ul.navigation li.twit a{
	width: 32px;
	height: 32px;
	float: left;
		background-image: url(http://w.ook.gr/skins/wook/images/twitter.png);
	background-repeat: no-repeat;
margin-left: 20px;
}
ul.navigation li.links a{
	width: 32px;
	height: 32px;
	float: left;
		background-image: url(http://w.ook.gr/skins/wook/images/delicious.png);
	background-repeat: no-repeat;
margin-left: 20px;
}
ul.navigation li.all a{
	width: 32px;
	height: 32px;
	float: left;
		background-image: url(http://w.ook.gr/skins/wook/images/all.png);
	background-repeat: no-repeat;
margin-left: 6px;
}