
/* *************************************
always visible
*/
#outer .holder {}


	/* *************************************
	unclicked style div.more
	*/
	#outer .csc-frame-maxheight div.more .swapbox {overflow:hidden; margin-bottom:1px;}
	#outer .csc-frame-height-1 div.more .swapbox {height:100px;}
	#outer .csc-frame-height-2 div.more .swapbox {height:150px;}
	#outer .csc-frame-height-3 div.more .swapbox {height:200px;}
	#outer .csc-frame-height-4 div.more .swapbox {height:250px;}
	#outer .csc-frame-height-5 div.more .swapbox {height:300px;}
	#outer .csc-frame-height-6 div.more .swapbox {height:350px;}
	#outer .csc-frame-height-7 div.more .swapbox {height:400px;}
	#outer .csc-frame-height-8 div.more .swapbox {height:450px;}
	#outer .csc-frame-height-9 div.more .swapbox {height:500px;}
	#outer .csc-frame-height-10 div.more .swapbox {height:550px;}

	#outer .csc-frame-maxheight div.more .swapbox-toggle {margin-bottom:10px; padding:0.2em 0 0.3em 1em ; border:2px solid #dde1e4; background:url("img/icon-toggle-plus.png") no-repeat scroll right center #ebf2f6; cursor:pointer;}

		#outer .csc-frame-maxheight div.more i {cursor:pointer;}
		#outer .csc-frame-maxheight div.more i.hide {display:none;}

 
	/* *************************************
	clicked style div.click
	*/
	#outer .csc-frame-maxheight div.click .swapbox {height:auto;}
	#outer .csc-frame-maxheight div.click .swapbox-toggle {border:2px solid #bbc4ca; background:url("img/icon-toggle-minus.png") no-repeat scroll right center #ebf2f6;}

		#outer .csc-frame-maxheight div.click i.show {display:none;}
		#outer .csc-frame-maxheight div.click i.hide {display:block;}
