.temp { visibility: hidden; position: absolute; top: -100px; left:-9000px; }
.live_search {
	background: #fefefe;
	background: -moz-linear-gradient(270deg, #fefefe 0%, #fefefe 19%, #D6D6D6 59%, #B3B3B3 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(19%, #fefefe), color-stop(59%, #D6D6D6), color-stop(100%, #B3B3B3)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #fefefe 0%, #fefefe 19%, #D6D6D6 59%, #B3B3B3 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #fefefe 0%, #fefefe 19%, #D6D6D6 59%, #B3B3B3 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #fefefe 0%, #fefefe 19%, #D6D6D6 59%, #B3B3B3 100%); /* ie10+ */
    background: linear-gradient(180deg, #fefefe 0%, #fefefe 19%, #D6D6D6 59%, #B3B3B3 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#B3B3B3',GradientType=0 ); /* ie6-9 */ 
	height: 36px;
}
.liveSearchPlaceHolder { position: relative; float: left; }
.live_search_label { float: left; width: 0px; height: 36px; line-height: 36px; }
.main_div_text { position: relative; float: left; padding-left: 5px; width: 180px; height: 36px; line-height: 36px; overflow: hidden; text-transform: uppercase; color: #408ab0; font-size: 16px; font-family: 'Arial Rounded MT Bold', 'ArialRounded', 'Arial'; }

.main_div { position: relative; float: left; width: 755px; height: 36px; line-height: 36px; overflow: hidden; }
.inner_div { position: absolute; left: 0px; top: 3px; width: 755px; height: 36px; }
.marquee { position: absolute; left: 0px; top: -4px; }
.marquee a:link { text-decoration: none; color: #5B8AB0; margin-right: 50px; font-weight: bold; font-family: 'Arial'; font-size: 15px; }
.marquee a:visited { text-decoration: none; color: #5B8AB0; }
.marquee a:hover { text-decoration: underline; color: #0E2539; }
.pause_play { float: left; width: 45px; height: 44px; line-height: 40px; }
.stop { float: left; height: 20px; width:20px; }
.play { float:left; height: 20px; width: 20px; }
.over_image { cursor: pointer; }
