#image-controls {
    position: absolute;
    width: 140px;
    z-index: 99999;
}
#image-controls a {
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25) inset;
    background: url(../../imageshack.us/images/blue/sprite-rotate.png) no-repeat scroll 0 0;
    background-color : rgba(0, 0, 0, 0.5);
    background-color : #000;
    display: block;
    float: left;
    height: 42px;
    margin-left: 1px;
    text-indent: -9999px;
    width: 44px;
}
#image-controls a:hover {
    -moz-box-shadow: none;
    background-color: #298BD0;
}

#image-controls a.rotate-right {
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    background-position: 0 0;
}
#image-controls a.zoom {
    background-position: -42px 0;
}
#image-controls a.rotate-left {
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    background-position: -85px 0;
}

#title-field {
   position: relative;
   top: -6px;
   left: -2px;
   width: 400px;
   margin:0px;
   padding:0px;
   border-style: solid;
   border-width: 1px;
   font-family:inherit;
   font-size:20px;
   font-weight:bold;
   color: #999;
}

#tag-field {
   position: relative;
   top: -1px;
   left: -2px;
   width: 620px;
   margin:0px;
   padding:0px;
   border-style: solid;
   border-width: 1px;
   font-family:inherit;
   font-size:16px;
   color: #999;
}

.download-block {
    padding-bottom: 5px;
}

.context-menu-input{
    width: 360px;    
}

#context-menu-text1 {
    padding-top: 8px;
}

#context-menu-text3 {
    display:none;
}

#context-menu-text4 {
    color: #999;
    font-style: italic;
    padding-top: 8px;
}

#context-menu-text5 {
    color: #999;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

table div.related-thumbs img {
	display: block;
	margin: 0 auto; 
	padding: 2px;
}

div #related-images {
	width: 674px;
	overflow: hidden;
	clear:both;
	margin-left: -3px;
	padding-bottom: 10px;
}

table div.related-thumbs {
	border: solid 1px #ccc;	
	width: 129px;
	height: 94px;
	overflow: hidden;
}

/** yfrog 3 popup
******************************************/
body.yf3-popup {
    overflow: hidden;
}

#yf3-popup-container .logo-area > a,
#yf3-popup-container > .wrapper > .close,
#yf3-popup-container > .wrapper > .button,
#yf3-popup-container > .wrapper > .corner,
#yf3-popup-container > .wrapper > .check {
    background: url('../images/yf3-popup-sprite.png') 0 0 no-repeat transparent;
}

#yf3-popup-container > .wrapper > .close {
    background-position: -194px -203px;
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 5;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

#yf3-popup-bg,
#yf3-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.yf3-popup #yf3-popup-bg,
.yf3-popup #yf3-popup-container {
    display: block;
}

#yf3-popup-bg {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 9999991;
}

#yf3-popup-container {
    z-index: 9999992;
    background: transparent none;
}

#yf3-popup-container > .wrapper {
    position: relative;
    width: 690px;
    margin: 100px auto 0;
    height: 400px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#yf3-popup-container.open > .wrapper {
    margin-top: 150px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#yf3-popup-container .logo-area {
    position: absolute;
    background-color: #ececec;
    height: 140px;
    top: 0;
    left: 0;
    width: 100%;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

#yf3-popup-container .logo-area > a {
    display: block;
    height: 58px;
    margin: 41px auto 0;
    width: 288px;
}

#yf3-popup-container h3.title {
    color: #0282E3;
    display: block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 32px;
    font-weight: 300;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 165px;
    width: 100%;
}

#yf3-popup-container .title2 {
    color: #0282E3;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 215px;
    width: 100%;
}

#yf3-popup-container > .wrapper > .button {
    background-position: 0 -202px;
    display: block;
    height: 44px;
    left: 249px;
    position: absolute;
    top: 275px;
    width: 190px;
    cursor: pointer;
}

#yf3-popup-container > .wrapper > .corner {
    background-position: 0 -70px;
    bottom: -25px;
    height: 130px;
    position: absolute;
    right: -49px;
    width: 310px;
    z-index: 5;
}

#yf3-popup-container > .wrapper > .check {
    background-position: -298px -1px;
    bottom: 20px;
    color: #767676;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 25px;
    padding: 3px 0 0 25px;
    position: absolute;
    text-decoration: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 18px;
}

#yf3-popup-container > .wrapper > .check:hover {
    text-decoration: none;
}

#yf3-popup-container > .wrapper > .check.checked {
    background-position: -298px -25px;
}


/* Skypath ipad pop ad
/******************************************/
body.skypath-popup {
    overflow: hidden;
}

#skypath-popup-container > .wrapper > .close {
    background-position: -194px -203px;
    display: block;
    height: 20px;
    position: absolute;
    right: 455px;
    width: 30px;
    top: -5px;
    z-index: 5;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

#skypath-popup-bg,
#skypath-popup-container {
    position: fixed;
    width: 100%;
    height: 2000px;
    top: 0;
    left: 0;
    display: none;
}

.skypath-popup #skypath-popup-bg,
.skypath-popup #skypath-popup-container {
    display: block;
}

#skypath-popup-bg {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=70);
    z-index: 9999991;
}

#skypath-popup-container {
    z-index: 9999992;
    background: transparent none;
}

#skypath-popup-container > .wrapper {
    position: relative;
    width: 480px;
    margin: 100px auto 0;
    height: 509px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#skypath-popup-container.open > .wrapper {
    margin-top: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media only screen and (orientation:portrait){
    #skypath-popup-container.open > .wrapper {
        margin-top: 250px;
    }
}

@media only screen 
  and (min-device-width: 1536px)
  and (max-device-width: 2048px)
  and (orientation : landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    #skypath-popup-container.open > .wrapper {
        margin-top: 0px;
    }
}

@media only screen
  and (min-device-width: 1536px)
  and (max-device-width: 2048px)
  and (orientation : portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    #skypath-popup-container.open > .wrapper {
        margin-top: 340px;
    }
}

/*---------- CSS Button : btn - upside triangle, btn2 - right triangle -----------*/
.btn {
        clear: both;
        float: left;
        background: url('../../imageshack.us/images/blue/uploadnow_left_btn.png') no-repeat;
        padding-left: 7px;
        margin: 5px 0;
        cursor: pointer;
}
.btn #bg{
        float: left;
        height: 35px;
        background: url('../../imageshack.us/images/blue/uploadnow_middle_btn.png') repeat-x;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
}
.btn #text{
        color: #fff;
        font-weight:bold;
        font-size: 14px;
        text-decoration: none;
        position: relative;
        top: -2px;
        cursor: pointer;
}
.btn #right {
        background: url('../../imageshack.us/images/blue/downloadnow_right_btn.png') no-repeat;
        float: left;
        width: 34px;
        height: 35px;
        cursor: pointer;
}


#main-ad-content {
    width: 1000px;
    height: auto;
}

#continue-info {
    float: right;
    margin: 2px 1px 2px 0;
    font-size: 18px;
    padding: 10px;
}

#main-ad {
    display: table;
    margin: 0 auto;
    padding: 50px 100px 100px 100px;
    text-align:center
}


