/* shortcode； */


/************************************--> Intro: box <--************************************/
.box{
	margin:10px 0;padding:12px 20px 12px 70px;min-height:43px;_height:43px;
	-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}	
.success{
	background:#dbf3be url(./images/success.png) no-repeat 12px 12px;_background:#dbf3be url(./images/success.gif) no-repeat 12px 12px;border:1px solid #45a106;color:#256302;
}	
.error{
	background:#fab8b8 url(./images/error.png) no-repeat 12px 12px;_background:#fab8b8 url(./images/error.gif) no-repeat 12px 12px;border:1px solid #9b1f06;color:#691200;
}	
.warning{
	background:#fbf0b0 url(./images/warning.png) no-repeat 12px 12px;_background:#fbf0b0 url(./images/warning.gif) no-repeat 12px 12px;border:1px solid #d98b00;color:#774d00;
}
.info{
	background:#e0f2ff url(./images/info.png) no-repeat 12px 12px;_background:#e0f2ff url(./images/info.gif) no-repeat 12px 12px;border:1px solid #6ca1c7;color:#1d5e8d;
}
.question{
	background:#f3f8f9 url(./images/question.png) no-repeat 12px 12px;_background:#f3f8f9 url(./images/question.gif) no-repeat 12px 12px;border:1px solid #9aaebb;color:#424f58;
}

/************************************--> Intro: button <--************************************/


/************************************--> Intro: gallery_show <--************************************/
.gallery_show{
	padding:4px;border:1px dashed #ddd;margin:10px 0;background:#fff;
}	
.gallery_show .slide_begin{
	position:absolute;right:0;bottom:0;z-index:100;margin:0 10px 10px 0;padding:0;
}	
.gallery_show .slide_begin li {
	display:inline;margin-right:1px;cursor:pointer;padding:3px 5px;background:#333;color:#fff;
}	
.gallery_show .slide_begin li.current{
	background:#fff;color:#333;
}	