/* 
    Document   : carouselstyle
    Created on : Nov 11, 2011, 2:27:38 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

.tvo-carousel{
    border: 1px solid #ccc;
}
.tvoprev{
    position: absolute;
    left: 0px;
    z-index: 5;
    height: 85px;
    border: none;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    color: #c4c4c4;
    font-family: "Comic Sans MS";
    font-size: 20px;
    width: 20px;
}

.tvonext{
    position: absolute;
    right: -2px; 
    z-index: 5;
    height: 85px;
    border: none; 
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    color: #c4c4c4;
    font-family: "Comic Sans MS";
    font-size: 20px;
    width: 20px;
}