@charset "utf-8";
/* CSS Document */


#packages_offers
{
background-color:#CCCCCCl;
width:100%;
height: 300px;
}

.thumbs_pack
{
opacity:0.9;
filter:alpha(opacity=90);
}

.thumbs_pack:hover 
{
opacity:1;
filter:alpha(opacity=100);
}


.col_left
{
padding-top:65px;
float:left;
width: 100px;
height:100%;
}

.col_right_2
{
padding-top: 30px;
float:right;
width: 500px;
height:100%;
}



