/* Gif Animation Main */
#gallery-wrapper {
	width: 760px;
	background-color: #e4c3b1;
	border-right: 1px solid #ec5703;
	border-left: 1px solid #ec5703;
	border-bottom: 1px solid #ec5703;
	/* margin for ads */
	margin-bottom: 15px;
}

#gallery-codes {
	float: left;
	/*width: 295px;*/
	width: 305px;
	display: inline;
	text-align: left;
	padding-left: 20px;
}

#gallery-codes p {
	margin: 10px 0 0 0;
	font-size: 11px;
}

#gallery-codes input,
#gallery-codes textarea {
	width:284px;
    border: 1px solid #ec5703;
}

#gallery-codes textarea {
    height: 80px;
}

#gallery-codes #create-link {
	margin: 25px 0 15px 0;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 2.0;
}

#gallery-codes #create-link a {
	color: #ec5703;
}

#gallery-codes #create-link a:hover {
	text-decoration: none;
}

#gallery-image {
	float: right;
    /*width: 455px;*/
	width: 430px;
    position: relative;
    display: inline;
	color: #ff9e67;
	font-weight: bold;
	padding-top: 10px;
}

#gallery-image p {
	margin: 10px 0 5px 0;
	font-size: 11px;
}

#gallery-image #image {margin-bottom: 20px;}

/* Gif Effects Main */
#gallery-navigation-wrapper {
	background-color: #d0e6b2;
	width: 700px;
	margin-top: 15px;
}

.roundedcornr_box {
	background: #d0e6b2;
}
.roundedcornr_top div {
	background: url(/img/design/tl-2.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(/img/design/tr-2.png) no-repeat top right;
}
.roundedcornr_bottom div {
	background: url(/img/design/bl-2.png) no-repeat bottom left;
}
.roundedcornr_bottom {
	background: url(/img/design/br-2.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content { margin: 0 0 0 0; }

#gallery-navigation-wrapper table {
	width: 80%;
	border-spacing: 0;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 17px;
	color: #5e9e08;
}

#gallery-navigation-wrapper table a {
	color: #5e9e08;
	font-size: 16px;
}

#gallery-navigation-wrapper table a:hover {
	text-decoration: none;
}

#gallery-navigation-wrapper table td {
	vertical-align: middle;
	width: 25%;
}

#gallery-navigation-wrapper table td#gallery-previous {
	text-align: left;
}
#gallery-navigation-wrapper table td#gallery-next {
	text-align: right;
}