﻿
#divhomepagemiddle {
width:544px;
float:left;
margin:15px 18px;
padding:0;
border:0px dotted blue;
}
#divhomepagepromot {
width:170px;
float:right;
margin:15px 0;
padding:0;
border:0px dotted blue;
}

#showcasetbl {
border:1px solid white;
background-color:white;
}
#showcaselist {
width:544px;
height:500px;
padding:3px 0px 0px 0px;
border:0px dotted blue;
}
#showcaselist li {
float:left;
width:260px;
height:125px;
margin:3px;
padding:2px;
border:1px dotted lightgrey;
background-image:none;
}
#showcaselist li:hover {
float:left;
width:260px;
height:125px;
margin:3px;
padding:2px;
border:1px solid lightgrey;
}
#showcaselist > li > a > img{
width:260px;
height:125px;
margin:0px;
border:0px;
}

#abgneBlock {
width: 544px;
height: 220px;
position: relative;
overflow: hidden;
padding:0px;
margin:0px;
border:0px none;
}
#abgneBlock ul.list {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
width: 5000px;
height: 220px;
}
#abgneBlock ul.list li {
float: left;
width: 544px;
height: 220px;
}
#abgneBlock .list img{
width: 544px;
height: 220px;
border: 0;
}
#abgneBlock ul.playerControl {
list-style: none;
position: absolute;
bottom: 6px;
right: 5px;
height: 14px;
margin:0;
padding:0;
}
#abgneBlock ul.playerControl li {
float: left;
width: 10px;
height: 10px;
cursor: pointer;
padding: 2px;
margin:2px;
border: 1px solid #333;
color: #FFF;
background: #333;
font-size:9px;
font-family:Verdana, Geneva, sans-serif;
line-height:10px;
text-align: center;
opacity:0.8;
}
#abgneBlock ul.playerControl li.current {
background: #FFF;
color: #000;
border: 1px solid #333;
opacity:1;
}
