/* 
    Document   : Rcgcarosel
    Created on : 19 Jan 2010, 1:48:56 PM
    Author     : liaan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#rcg_carousel {
    padding-left:5%;
    padding-right:5%;
    text-decoration: line-through;
    height:62px !important;
     
}
#rcg_carousell img {
    background:white;
    margin:5px;
}

#rcg_carousel .next{
        width:8%;
        height:100%;
        top:0 !important;
        background:  url("../images/rcg_carousel/fancy_right.png") no-repeat 0 50%;
        border:none;
        right:0% !important;

    }
#rcg_carousel .prev {
       width:8%;
        height:100%;
        top:0 !important;
        background:  url(../images/rcg_carousel/fancy_left.png) no-repeat 0 50% ;
       
        left:50px   ;
        border:none;
        
       /*  border:none;*/
         vertical-align: middle;
        
}
#rcg_carousel img {
            background:white;
            border: 1px black solid;
}




  

