



.items, .rotation{
padding: 2px 20px 0px 0px;
overflow: hidden;
}

.items ul div.break, .rotation ul div.break {
clear: both;
width: 100%;
height: 20px;
}

.items ul, .rotation ul {
width: 100%;
list-style-type: none;
overflow: hidden;
}

.items ul li, .rotation ul li  {
width: 200px;
display: inline;
float: left;
overflow: hidden;
}

.items img {
border: 1px solid #3e3e3e;
width: 194px;
height: 120px;
}

.rotation img  {
width: 194px;
height: 120px;
}

.items img:hover {
border: 1px solid #555;
box-shadow: 0px 0px 5px #fff;
}

.items span.title, .items span.title a, .rotation span.title {
display: block;
font-size: 13px;
font-family: Arial,sans-serif;
font-weight: ;
line-height: 1.3;

filter: dropshadow(color=#000000,offx=1,offy=1);
-webkit-transition: all 60ms linear;
-moz-transition: all 60ms linear;
-ms-transition: all 60ms linear;
-o-transition: all 60ms linear;
transition: all 60ms linear;
margin-top: 5px;
margin-bottom: 5px;
color: #e01a1a;
}

.rotation span.title {
color: #000;
}

.items span.title:hover {
color: #000;
}

