/*
	Plugin	: Bootstrap Carousel
	Author	: Michael Janea (michaeljanea.byethost7.com)
	Version	: 1.3.2
*/

#bootstrapCarousel {}
	#bootstrapCarousel_Container {height:350px; overflow:auto; margin-bottom:1em;}
	#bootstrapCarousel table {width:100%; border-collapse:collapse;}
	#bootstrapCarousel th, #bootstrapCarousel td {padding:.5em;}
	#bootstrapCarousel th {font-weight:bold;}
	#bootstrapCarousel td {vertical-align:top;}
	#bootstrapCarousel input[type=text], #bootstrapCarousel textarea {padding:.3em; border:1px solid #ddd; -webkit-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.075); box-shadow:inset 0 2px 2px rgba(0,0,0,0.075); background:rgba(0, 0, 0, .01)}
	#bootstrapCarousel input[type=text] {width:150px;}
	#bootstrapCarousel textarea {resize:none; width:295px; height:100px; white-space:pre-wrap;}
	#bootstrapCarousel .bootstrapCarousel_remove, #bootstrapCarousel .bootstrapCarousel_addNew, #bootstrapCarousel .bootstrapCarousel_up, #bootstrapCarousel .bootstrapCarousel_down, #bootstrapCarousel .bootstrapCarousel_browse {font-weight:bold; -webkit-border-radius:3px; border-radius:3px;}
	#bootstrapCarousel .bootstrapCarousel_remove {background:#A94442; padding:.3em .5em; color:#fff;}
	#bootstrapCarousel .bootstrapCarousel_remove:hover {text-decoration:none;}
	#bootstrapCarousel .bootstrapCarousel_addNew, #bootstrapCarousel .bootstrapCarousel_up, #bootstrapCarousel .bootstrapCarousel_down, #bootstrapCarousel .bootstrapCarousel_browse {float:right; padding:.5em; background:#f3f3f3; border:1px solid #ddd;}
	#bootstrapCarousel .bootstrapCarousel_browse {float:none; padding:.35em .5em;}
	#bootstrapCarousel .bootstrapCarousel_addNew:hover {text-decoration:underline;}
	#bootstrapCarousel .bootstrapCarousel_up, #bootstrapCarousel .bootstrapCarousel_down {float:none; padding:.13em .4em;}