/* CSS Document */


<!--
.rides{
background-image:url(/gfx/bg_grad_inner.gif);
background-position: top;
background-repeat: repeat-x;
}

.rides:hover {
background-image:none;
text-decoration: none;
background-color: #D1DCE9;
color: #FF0000;
cursor:pointer;
}

.rides_title{
font-size:14px;
font-weight:bold;
color:#333377;
}

.rides_text{
font-size:12px;
font-weight:bold;
color:#999999;
}

.rides_image{
border:1px solid #888888;
}



