/*JUITTER PLUGIN CSS
-------------------------------------------*/

#juitterContainer{margin:0;} /*Juitter container*/
#juitterContainer .twittList{margin:0;padding:0; text-align:left; position:relative;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI{list-style:none;background:url(../../tw/images/list_bg-02.png) 0 0 repeat-y;margin:0;clear:both; font-size:20px;} 
#juitterContainer .twittLI div.tw_bg_top{background:url(../../tw/images/list_bg.png) 0 top no-repeat; position:relative;} 
#juitterContainer .twittLI div.tw_bg_bottom{background:url(../../tw/images/list_bg-03.png) 0 bottom no-repeat; position:relative;min-height:60px;height: auto !important;height: 60px;} 
#juitterContainer .twittList SPAN.time{color:#f77;font-size:8px; display:none;}
#juitterContainer .twittList A{ color:#ff6600;} /*Links inside the tweets list */
#juitterContainer .twittList div.tw_text{color:#444;font-size:11px; padding:11px 77px 15px 18px;}

/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{ position:absolute;background:#FFF; padding:1px;left:235px;top:15px;width:28px;height:28px;}

#juitterContainer .JRM{float:left;clear:both; color:#ff6600; display:none;} /*read it on twitter link*/
#juitterContainer .extLink{color:#ff6600;} /*CSS for the external links*/
#juitterContainer .hashLink{color:#ff6600; } /*CSS for the hash links*/

/* clearfix */
#juitterContainer .twittLI:after{clear: both;height: 0;visibility: hidden;display: block;content: ".";}
#juitterContainer .twittLI{display: inline-block;}
* html #juitterContainer .twittLI{height: 1%;}
#juitterContainer .twittLI{display: block;}
/* */

/*end of Juitter CSS*/



#swf {
	position:relative;
    width: 1024px;
	height:400px;
    margin: 0 auto;
	background:#000;
}
#swf_z {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}


#tw_title {
	z-index:999;
	position:absolute;
	top:0;
	right:0;
    width: 300px;
	height:400px;
	overflow: hidden;
	background:url(../../tw/images/bg.gif);
}
#tw_box {
	z-index:1001;
	position:absolute;
	top:115px;
	right:10px;
    width: 290px;
	height:185px;
	overflow: hidden;
	overflow-y: scroll;
}
#tw_btn {
	z-index:1001;
	position:absolute;
	bottom:35px;
	right:10px;
    width: 280px;
	height:25px;
	overflow: hidden;
}
#tw_btn a{
	display:block;
    width: 280px;
	height:25px;
	overflow: hidden;
	background:url(../../tw/images/btn.gif) center 0 no-repeat;
}
#tw_btn a:hover{
	background:url(../../tw/images/btn.gif) center -25px no-repeat;
}

