@charset "utf-8";
/* CSS Document */

#roto{
    max-width:900px; 
    margin:0 auto;
	}	
	#roto div{
		position:absolute; 
        z-index:0; 
        margin:0 auto;
		}
		#roto div.current{
			z-index:2;
			}
		#roto div.previous{
			z-index:1;
			}	
    #roto marquee {
            height:100px;
			}
    #roto p  { 
            text-align: center; 
            color : #fff; 
            font-family : arial, verdana, sans-serif; 
            font-size : 20px; 
            margin-bottom : 45px; 
            line-height: 150%; 
            }
	
    #roto a {
	color: #CCFFFF;
	text-decoration: none; 
            }
    #roto a:hover { 
	color: red;
	text-decoration: none;
            }
    #roto img {
	max-width: 100%;
	height: auto;
	width: auto;	
           }


