/* CSS Document */


.box-content {
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
}


/* IE6 */
/*img { behavior: url("../iepngfix.htc") }
#outside {
width: expression(document.body.clientWidth < 760? "758px" : document.body.clientWidth > 1167? "1165px" : "auto");
height:expression(this.scrollHeight < 420? "418px" : "auto" );
}*/