div.sldfrm{width:303px;height:100%;min-height:445px;border:1px solid #eeeeee;border-radius:5px;padding: 10px 0;} 
div.sldcaritm{float:left;line-height:120%;text-align:center;margin-left:10px;width:135px;height:150px;background:none;color:#c9c9c9;border:0px;cursor:pointer;} 
img.sldcarfrm{height:100px;width:135px;border:0px;} 
span.sldcartitle{font-size:small;border:0;margin:0;padding:0;color:#929292;} 
span.sldcarprice{border:0;margin:0;padding:0;color:#FFA843;font-size:15px;font-weight:bold;}  /*green:#95C837 , red:#DD3333*/
div.makefrm{float:right;width:100%;max-width:650px;min-height:462px;} 
.tbl_tdfirst{border-top:1px solid #ededed;} 
.tbl_td{color:#777777;border-bottom:1px solid #ededed;padding:10px 10px 10px 0;} 
a.makelnk{color:rgb(119, 119, 119) !important;text-decoration:none;outline:none;}
a.makelnk:hover{color:#FFA843;}  /*green:#95C837 , red:#DD3333*/
/** begin# Marquee ****/
.adimsMarquee {
	width:100%; height:40px; overflow:hidden; position:relative; margin:-38px 0 8px 0; /*border:1px solid #aaa;*/
	-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);

	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	background:#eee;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}
.scroller {
	display:block; width:1540px; height:40px; position:absolute; left:0; top:0;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-duration:25s;
	-moz-animation-name: scroll;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration:25s;
	-webkit-animation-name: scroll;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-duration:25s;
	-o-animation-name: scroll;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration:25s;
	animation-name: scroll;
}
.scroller div {
	font-size:16px; line-height:40px; float:left;
	width:100%; color:#999; font-weight:bold; padding:0 10px;
}
.scroller div a {text-decoration:none;}
@-moz-keyframes scroll {
	0% {left:100%;}
	100% {left:-101%;}
}
@-webkit-keyframes scroll {
	0% {left:100%;}
	100% {left:-101%;}
}
@-o-keyframes scroll {
	0% {left:100%;}
	100% {left:-101%;}
}
@keyframes scroll {
	0% {left:100%;}
	100% {left:-101%;}
}
.scroller:hover {
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
@media only screen and (max-width:480px) {
	.myMarquee {display:none;}
}
/** end# Marquee *****/