	div#flashcontent2 {
		float:left;
		margin-bottom:10px;
		height: 183px;
		overflow: hidden;
		width: 901px;
	}
	div#flashcontent2 li{
		height: 171px;
		float:left;
	}
	div#flashcontent2 img{
		height: 171px;
		width: 171px;
		border: 0;
	}
	div#flashcontent2 ul{
		list-style: none;
		height: 171px;
		overflow: hidden;
	}
	div#flashcontent2_prev {
		float:left;
		background: url("/assets/images/jMyCarousel/prev.png") no-repeat scroll center center transparent;
		border: 0 none;
		height: 108px;
		width: 22px;
		margin-top:33px;
	}
	div#flashcontent2_prev:hover {
		background: url("/assets/images/jMyCarousel/prev_active.png") no-repeat scroll center center transparent;
	}
	div#flashcontent2_next {
		float:left;
		background: url("/assets/images/jMyCarousel/next.png") no-repeat scroll center center transparent;
		border: 0 none;
		height: 108px;
		width: 22px;
		margin-top:33px;
	}
	div#flashcontent2_next:hover {
		background: url("/assets/images/jMyCarousel/next_active.png") no-repeat scroll center center transparent;
	}
	div#flashcontent2 li {
		padding-left: 10px;
	}

