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

.project_mask{
position:absolute;
top:0px;
left:0px;
height:530px;
width:800px;
overflow:hidden;
}
.project_wrap{
position:absolute;
top:0px;
left:0px;
height:530px;
width:auto;
overflow:visible;
}
.project_images{
position:absolute;
top:0px;
left:200px;
height:530px;
cursor:pointer;
}
.project_lable{
position:absolute;
width:200px;
height:530px;
background-image: url(../ui/lable.jpg);
background-color:#ffffff;
}
.project_img{
position:absolute;
height:530px;
width:800px;
top:0px;
}
.description{
position:relative;
border-top:1px  #333333 solid;
margin-top:10px;
padding-top:10px;
}

.description a:link{
color:#333333;
background-color:transparent;
}
.description a:visited{
color:#333333;
background-color:transparent;
}
.description a:hover{
text-decoration:none;
color:#ffffff;
background-color:#333333;
}
.tool_tip_cont {
color:#333333;
position:absolute;
width:auto;
height:30px;
top:100px;
left:100px;
z-index:4;
text-align:left;
visibility:hidden;
}
.tool_tip span{
background-color:#ffffff;
border:#333333 solid 1px;
-size:10px;
padding-left:5px;
padding-right:5px;
}
.image_nav{
width:120px;
height:45px;
left:10px;
bottom:10px;
position:absolute;
z-index:3;
overflow:visible;
}
.image_nav img{
float:left;
}
.image_counter{
position:absolute;
height:1px;
background-color:#ffffff;
border-bottom:#000000 1px solid;
bottom:6px;
}
