.contentslide{
border: 1px solid #6a6a6a;
border-top-width: 0;
border-bottom-width: 1px;
padding: 8px;
width: 330px;
height: 250px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
/*width: 100%; 
width: 220px; */

height: 100%;
/*- filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1; */
}

.contentslide .contentdiv{
display: none;
}

/* .contentslide img {width:140px;margin-top:5px;}*/

	.contentdiv dl {float:left;width:150px;padding:0 2px 0 3px;}
	.contentdiv dt {width:88px;height:53px;}
	.contentdiv dd {width:140px;} 

div.contentdiv ul {margin-left: 20px;list-style-type: square;}

	.contentdiv .lsing {position:absolute;left:15px;top:130px;}
	.contentdiv li.Gra {color:#CCCCCC;list-style-type:square; padding:7px 0 0 0;}

.pagination{
width: 330px; 
font-size: 1.15em;
text-align: center;
background-color: #CCCCCC;
border: 10px solid #6a6a6a;
border-width: 1px 1px 0 1px;/*Left/ right border width of pagination DIV.*/
padding: 10px 0 0 1px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 330px; /*IE5 width*/
/* width: 416px; */ /*IE6 width*/
}

.pagination a {
padding: 0 5px;
width: 70px;
text-decoration: none; 
color: #2e6ab1;
background-color: #CCCCCC;
}

.pagination a.selected{color: #000;background-color: #ffffff;}
.pagination a:hover{background-color: #999999;}

/* Add 29/4/2551 */
#BodyMiddle {
	FLOAT: left; MARGIN-LEFT: 5px; OVERFLOW: hidden; WIDTH: 500px; BACKGROUND-COLOR: #fff
}
.left {
	FLOAT: left
}