/**
 * Cleaner simple_coverflow Stylesheet
 * Default style rules for the Cleaner simple_coverflow plugin for WordPress.
 *
 * @copyright 2008 - 2010
 * @version 0.6
 * @author Justin Tadlock
 * @link http://justintadlock.com/archives/2008/04/13/cleaner-wordpress-simple_coverflow-plugin
 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * @package Cleanersimple_coverflow
 */
 
a {
   outline: 0;
}


.simple_coverflow {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    }
.simple_coverflow .simple_coverflow-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
    }
.simple_coverflow .simple_coverflow-item {
    overflow: hidden;
    float: left;
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    }
.simple_coverflow .simple_coverflow-item img, .simple_coverflow .simple_coverflow-item img.thumbnail {
    height: auto;
    padding: 0;
    margin: 0 auto;
    
    }
    
#content  .simscoverflow  img {
border:0px solid #000000;
}

.simple_coverflow .left{

background-image: url('pil_right.png');
height:40px;
width:37px;
display:block;
float:right;
cursor: hand; 

}
.simple_coverflow .right {
background-image: url('pil_left.png');
height:40px;
width:37px;
display:block;
float:left;
cursor: hand;
}


    
    
/*#content .simple_coverflow .simple_coverflow-item{

    width: 160px;
    float:left;
    
    
} */

.simple_coverflow-row{
    position:relative;
   width:21800px; 
}

.simple_coverflow-caption {
    margin-left: 0;
    }


