	    .frame { width: 100%; height: 152px; padding: 0; }
		.frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none; background:none repeat scroll 0 0 #000000; }
		.frame .slidee li { float: left; margin: 0 3px 0 0; padding: 0; width: 152px;
		box-shadow: 2px 2px 3px #111111;
		}
	
		.slitem {
		background:none repeat scroll 0 0 #242424;
		width:120px;
		padding-top:8px;
		padding-right:16px;
		padding-left:16px;
		padding-bottom:8px;
	height: 136px;
        box-shadow: 2px 2px 3px #111111;
	}
	.slitem img {border: 1px solid #DDDDDD !important; width: 120px; height: 90px;}
	.slitem .tit {
		   color: #F0F0F0;
		   font-size: 0.9em;
			line-height: 1.1em !important;
		max-height: 3.2em;
		overflow: hidden;
		padding-top: 0.5em;
		text-shadow: 0 1px 0 #000000;
    }
 		.catitem {
		background:none repeat scroll 0 0 #242424;
		width:120px;
		padding-top:8px;
		padding-right:16px;
		padding-left:16px;
		padding-bottom:8px;
	height: 136px;
        box-shadow: 2px 2px 3px #111111;
	}
	.catitem img {border: 1px solid #DDDDDD !important; width: 120px; height: 90px;}
	.catitem .tit {
		   color: #F0F0F0;
		   font-size: 0.9em;
			line-height: 1.1em !important;
		max-height: 3.2em;
		overflow: hidden;
		padding-top: 0.5em;
		text-shadow: 0 1px 0 #000000;
    }   
	.sliprev, .slinext {
    font-size: 60px;
    height: 148px;
    width: 33px;
    overflow:hidden;
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    color: #ffffff;
}
	
.componentWrapper {
    height: 154px;
    position: relative;
    width: 100%;
    background: none repeat scroll 0 0 #000000;
}

.componentWrapper .thumbContainer {
    height: 154px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
    top: 0;
}

.componentWrapper .thumb_hidden {
    opacity: 0;
}

.componentWrapper .thumbBackward {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    height: 154px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}
.componentWrapper .thumbForward {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    height: 154px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
.componentWrapper button.disabled {
	display :none;
}