﻿/*
-webkit-transform: rotate(-90deg);   
-moz-transform: rotate(-90deg);   
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);  
*/
#imgs { width: 528px; float: left; margin-bottom: 10px; }
.mid { width: 528px; }
.mid ul { width: 528px; height: 218px; background: #fff; position: relative; overflow: hidden; }
.mid ul li { width: 528px; height: 218px; position: absolute; left: 532px; top: 0; }
.mid ul li.first { left: 0; }
#imgs_ico { background-color: #e5488c; width: 508px; height: 14px; position: relative; top: -20px; left: 0px; padding-top: 0px; padding-bottom: 6px; padding-left: 20px; }
#imgs_ico a { width: 14px; height: 14px; padding-left: 3px; padding-right: 3px; margin-bottom: 3px; color: #e5488c; background-color: #fff; font-weight: bold; }
#imgs_ico a:hover, #imgs_ico a.active { color: #fff; background-color: #e5488c; }
.transparent { filter: alpha(opacity=70); /* IE */ -moz-opacity: 0.7; /* Moz + FF */ opacity: 0.7; }
