a {
    text-decoration: none;
    color: #F9E699;
}

/* =============================================================================
 MESSAGES
 ============================================================================= */
.msg {
    padding: 10px;
    padding-left: 55px;
    font-weight: bold;
}

.msg.warning {
    border: 2px solid #F2DD8C;
    background-color: #FFF5CC;
}

.msg.warning a {
    color: #df0000;
}

.msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {
    color: #303030;
}

.msg.warning {
    background: #FFF5CC url("../images/warning_32.png") 20px 50% no-repeat;
    border: 2px solid #F2DD8C;
}

.msg.info {
    background: #E8F6FF url("../images/info_32.png") 20px 50% no-repeat;
    border: 2px solid #B8E2FB;
}

.msg.done {
    background: #EAF7D9 url("../images/accept_32.png") 20px 50% no-repeat;
    border: 2px solid #BBDF8D
}

.msg.error {
    background: #FEEBEB url("../images/block_32.png") 20px 50% no-repeat;
    border: 2px solid #FFAEAE;
}

/* =============================================================================
 FORM STYLES
 ============================================================================= */
label {
    display: block;
    font-weight: bold;
}

/*
 #gk_form label.allow_comments_lbl {
 font-weight: bold;
 color: red;
 display: inline;
 margin-right: 25px;
 }
 */
input[type = text] {
    height: 25px;
    font-size: 16px;
}

select {
    height: 25px;
    font-size: 16px;
    width: 25%;
}

/* =============================================================================
 IMAGE STYLES - PHOTO GALLERY
 ============================================================================= */
#thumbs {
    margin: 0;
    padding: 0;
}

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

#thumbs li {
    float: left;
    display: block;
    padding: 5px;
}

#thumbs img {
    border: 0;
}

.crop {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.crop img {
    width: 400px;
    height: 300px;
    margin: -75px 0 0 -100px;
}

div.imgcontainer {
    /* border: 4px solid #0099ff; */
}

.imgContainer {
    overflow: hidden;
    width: 130px;
    height: 90px;
    border: 4px solid #fff;
}

.imgContainer:hover {
    overflow: hidden;
    width: 130px;
    height: 90px;
    border: 4px solid #0099ff;
}

.imgContainer img {
    width: 130px;
}

.photo_details {
	 width: 640px; 
	 margin: 0 auto;
	 background-image: url(../images/ajax-loader.gif) no-repeat center;
}

.photo_details2 {
	 width: 640px; 
	 height: 700px;
	 margin: 0 auto;
	 background-image: url(../images/ajax-loader.gif) no-repeat center;
}

/* Scrollable Setup */
/* ========================================================================== */
/*
 root element for the scrollable.
 when scrolling occurs this element stays still.
 */
.scrollable {
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 530px;
    height: 120px;
    /* custom decorations */
    border: 1px solid #ccc;
    background: url(../images/scrollable/gradient/h300.png) repeat-x;
}

/*
 root element for scrollable items. Must be absolutely positioned
 and it should have a extremely large width to accomodate scrollable items.
 it's enough that you set the width and height for the root element and
 not for this element.
 */
.scrollable .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
}

/* single scrollable item */
.scrollable img {
    float: left;
    margin: 20px 1px 20px 21px;
    background-color: #fff;
    
    cursor: pointer;
    width: 100px;
    /* height: 75px; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.thumbContainer {
    overflow: hidden;
    width: 100px;
    height: 70px;
    
    padding: 2px;
    border: 1px solid #ccc;
    
}

/* active item */
.scrollable .active {
    border: 2px solid #000;
    z-index: 9999;
    position: relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background: url(../images/scrollable/arrow/hori_large.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 40px 10px;
    cursor: pointer;
    font-size: 1px;
}

/* right */
a.right {
    background-position: 0 -30px;
    clear: right;
    margin-right: 0px;
}

a.right:hover {
    background-position: -30px -30px;
}

a.right:active {
    background-position: -60px -30px;
}

/* left */
a.left {
    margin-left: 0px;
}

a.left:hover {
    background-position: -30px 0;
}

a.left:active {
    background-position: -60px 0;
}

/* up and down */
a.up, a.down {
    background: url(../images/scrollable/arrow/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover {
    background-position: -30px 0;
}

a.up:active {
    background-position: -60px 0;
}

/* down */
a.down {
    background-position: 0 -30px;
}

a.down:hover {
    background-position: -30px -30px;
}

a.down:active {
    background-position: -60px -30px;
}

/* disabled navigational button */
a.disabled {
    visibility: hidden !important;
}

/* remove margins from the image */
.items img {
    margin: 0;
}

/* make A tags our floating scrollable items */
.items a {
    display: block;
    float: left;
    margin: 20px 13px;
}

.navi {
    margin-left: 328px;
    width: 200px;
    height: 20px;
}

/* items inside navigator */
.navi a {
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px;
    background: url(../images/scrollable/arrow/navigator.png) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}

/* mouseover state */
.navi a:hover {
    background-position: 0 -8px;
}

/* active state (current page state) */
.navi a.active {
    background-position: 0 -16px;
}

/* =================================================================== */
/* End of Scrollable Setup */
#categories {
    margin: 0;
    padding: 0;
}

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

#categories li {
    float: left;
    display: block;
    padding: 5px;
    width: 280px;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
}

#categories li a {
    font-weight: bold;
    padding: 5px;
    color: #fff;
}

#categories li:hover {
    border: 1px dashed #000;
}

#occasions {
    margin: 0;
    padding: 0;
}

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

#occasions li {
    float: left;
    display: block;
    padding: 5px;
    width: 280px;
	border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
	margin-bottom: 0;
}

#occasions li a {
    font-weight: bold;
    padding: 5px;
    color: #fff;
}

#occasions li a:hover {
    border-bottom: 1px dashed #ff8800;
}

/* New Pagination Style */
.pagination-new {
    margin: 0;
    padding: 0;
}

.pagination-new ul {
    border: 0;
}

.pagination-new li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
    margin-right: 5px;
}

.pagination-new a {
    border: solid 1px #9aafe5;
    margin-right: 5px;
}

.pagination-new .previous-off, .pagination-new .next-off {
    border: solid 1px #DEDEDE;
    color: #888888;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 4px;
}

.pagination-new .next a, .pagination-new .previous a {
    font-weight: bold;
}

.pagination-new .active {
    background: #2e6ab1;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
}

.pagination-new a:link, .pagination-new a:visited {
    color: #0e509e;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

.pagination-new a:hover {
    border: solid 1px #0e509e
}