﻿@charset "utf-8";

#focus { width: 506px; height: 337px; clear: both;overflow: hidden;  position: relative; float: left; }
    #focus ul { width: 502px; height: 251px; float: left; position: absolute; clear: both; border:2px #000000 solid;}
        #focus ul li { float: left; width: 506px; height: 255px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
		#focus ul li img{ width:502px; height:251px;}
    #focus .preNext { width: 502px; height: 251px; position: absolute; top: 0px; cursor: pointer; }
	
#focus .next {width: 40px; height:40px; overflow: hidden;right: 0; top:255px; background: url(right.gif) no-repeat left center;border-bottom:2px #000000 solid;border-left:2px #000000 solid;border-right:2px #000000 solid;}
#focus .next:hover {width: 40px; height:40px;overflow: hidden; right: 0; top:255px; background: url(right2.gif) no-repeat left center;border-bottom:2px #000000 solid;border-left:2px #000000 solid;border-right:2px #000000 solid;}

#focus .pre {width: 40px; height:40px;overflow: hidden;right: 0; top:297px; background: url(left.gif) no-repeat right center;border-left:2px #000000 solid;border-right:2px #000000 solid;}
#focus .pre:hover {width: 40px; height:40px;overflow: hidden; right: 0; top:297px; background: url(left2.gif) no-repeat left center;border-left:2px #000000 solid;border-right:2px #000000 solid;}