#home{
  background: #FFFFFF;	
}

div.content{
  min-height: 0px;
}

/*bullet arrow*/
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
 background:url(../images/home/images/b11.png) no-repeat;
 overflow: hidden;
 cursor: pointer;
} 
.jssorb21 div {
 background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
 background-position: -35px -5px;
}
.jssorb21 .av {
 background-position: -65px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
 background-position: -95px -5px;
}

/*home-blocks*/
.home_block{
 display:inline-block;
 margin-top: 46px;
 position: relative;
}

.home_block .title{
 font-size: 24px;
 background-image:url(../images/home/images/line_project.png);
 background-repeat: no-repeat;
 background-position: 85px 46px; 
 height: 64px;
}

#project{
 margin-left:25px;	
}
#project .title{
 color: #45a453;
}
#project .content{
 width:  362px;
 height: 230px;
 margin-left:10px;
 margin-top: 10px;
 background-image: url(../images/home/images/frame_project.png);
}

#news{
 margin-left:27px;	
}
#news .title{
 color:#de0505;	
 background-image: url(../images/home/images/line_news.png);
 background-position: 65px 46px;
}
#news .content{
 width:514px;
 height: 230px;
 margin-top: 10px;
 background-image: url(../images/home/images/frame_news.png);	
}

#video{
 margin-left:0px;	
}
#video .title{
 background-image: none;	
}
#video .content{
 width:203px;
 height:230px;
 background-image: url(../images/home/images/frame_video.png);	
 margin-top: -8px;
 margin-left:24px;
}

#display1,#display2{
 z-index: 100;	
}

#display1{
 margin-left:64px;	
}
#display2{
 margin-left:65px;	
}

#display1 .title,#display2 .title{
 color:#e08a0f;
 background-image: url(../images/home/images/line_display.png);
 background-position: 88px 46px;	
}
#display1 .content,#display2 .content{
 width:500px;
 height:352px;
 margin-top: 10px;
 background-image: url(../images/home/images/frame_display.png);	
}
#display1 .bot_img,#display2 .bot_img{
 width:500px;
 position: absolute;
 top: 350px;
 left:-40px;	
}
#display2 .bot_img{
 left:-26px;	
}