@charset "UTF-8";
/*
 * 	vim: set fdm=marker:
 *	Common Styles for ProjectName 2009/2010
 *	(c) 2009 by neomagic Studios, http://www.neomagic.pl/
 *	Authors: Robert Adrianowski (neomagister@gmail.com)
 *
 */

@media screen, projection	{

    .jcarousel-control {
        right: 0px;
    }
    
    .mycarousel-background {
        width: 948px;
        height: 299px;
    }
    .mycarousel-inner-box {
        width: 948px;
        height: 299px;
        padding: 20px;
    }
    .mycarousel-title {
        font-size: 26px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    .mycarousel-description {
        padding-left: 17px;
        font-size: 15px;
        letter-spacing: -0.5px;
        color: #ffffff;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }



    /*.mycarousel-readmore {
        background: url('../image/rotator_readmore_icon.png') left 2px no-repeat;
        padding-left: 22px;
        padding-top: 0px;
        padding-bottom: 2px;
        margin-top: 0px;
    }*/
    /*.mycarousel-readmore span {
        font-size: 15px;
        letter-spacing: -0.5px;
        color: #ffffff;
        padding-top: 2px;
        padding-bottom: 2px;
        margin: 0px 0px 0px -5px;
    }
    .mycarousel-readmore:hover {
        text-decoration: underline;
        color: white;
    }*/
    
    
  .rotator-arrow{
        float: left;
        display: block;
        background: url('../image/rotator_arrow.jpg') no-repeat;
        width: 51px;
        height: 30px;
        margin-left: 4px !important;
        margin-top: -5px !important;
  }
    
    .mycarousel-button {
        position: absolute;
        background: url('../image/rotator_button_white.png') no-repeat;
        width: 14px;
        height: 14px;
    }
    .mycarousel-button a {
        position: absolute;
        width: 14px;
        height: 14px;
    }
    .mycarousel-button-image {
        position: absolute;
        width: 14px;
        height: 14px;
        background: url('../image/rotator_button_yellow.png') no-repeat;
    }
    .mycarousel-button-text {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 1.1em;
        font-weight: bolder;
        /*font-family: Georgia,Palatino,PalatinoLinotype,Times,TimesNewRoman,serif;*/
    }
}