#carousel {
     width:560px;
     height:150px;
     position:relative;
     clear:both;
     overflow:hidden;
   }
   #carousel img {
     visibility:hidden; /* hide images until carousel can handle them */
     cursor:pointer; /* otherwise it's not as obvious items can be clicked */
     border-radius:5px;
     border:solid 1px #333;
   }
   img.carousel-center{
   	border-radius:5px;
     border:solid 1px #333;
   }
   
   #prev{
   	float:left;	
   	margin-top:55px;
   	background:url(../images/prev.png) no-repeat 0 0;
   	color:rgba(0, 0, 0, 0);
   	line-height:25px;
   }

#next{
	float:right;
	margin-top:55px;
	color:rgba(0, 0, 0, 0);
	background:url(../images/next1.png) no-repeat 0 0;
	line-height:25px;
}

td.key {
    padding: 0;
    margin: 0;
}
td .control-group {
    margin: 0 !important;
}
td input {
    margin: 0 !important;
}
td select {
    margin: 0 !important;
}
td.key {
    padding: 0;
    margin: 0;
    padding-right: 5px;
    width: auto !important;
    padding-left: 5px;
}