#button {
        width: 198px;
        border-right: 0px solid #fff;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 12px;
        background-color: #e08f30;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #ffffff;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #c77e36;
                border-right: 10px solid #f5c06d;
                background-color: #e08f30;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #c77e36;
                border-right: 10px solid #f5c06d;
                background-color: #9aab71;
                color: #fff;
                }

        #button li #active {
                border-left: 10px solid #c77e36;
                border-right: 10px solid #f5c06d;
                background-color: #9aab71;
                color: #fff;
                }
				
				
		.gallerycontroller{
				width: 250px
				}

		.gallerycontent{
				width: 250px;
				height: 200px;
				border: 1px solid black;
				background-color: #DFDFFF;
				padding: 0px;
				display: block;
				}
				
		.divcontainer {
		        
				width:450px;
				border: 0px sild black;
				background-color:#E8E8E8;
				display: block;
				margin:0px;
				
			}
		
		.divtitle {
				border-bottom:1px dotted #666666;
				font-weight: bold;
				color: #DE6333;
				font-size:12px;
				margin-bottom:8px;

			}

