#bubble-navigation{
	position:absolute;
	top:0;
}
.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation .item{
    position:absolute;
}
.camera{
    margin-top:430px;
    margin-left:40px;
}
.heart{
    margin-top:450px;
    margin-left:310px;
}
.shop{
    margin-top:585px;
    margin-left:600px;
}
.user{
    margin-top:48px;
    margin-left:830px;
}
.home{
    margin-top:552px;
    margin-left:830px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.camera a.icon{
    background:transparent url(../images/camera.png) no-repeat 0px 0px;
}
.heart a.icon{
    background:transparent url(../images/heart.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../images/shop.png) no-repeat 0px 0px;
}
.user a.icon{
    background:transparent url(../images/user.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item h3{
    position:absolute;
    width:180px;
    height:52px;
    color:#690;
    font-size:18px;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #FFF;
    text-transform:uppercase;
}
.item h3.active{
    color:#FFF;
    text-shadow:1px 0px 1px #555;
}
.item h3 a{
    color:#690;
}
.item h3.active a{
    color:#FFF;
}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:5px;
    display:none;
	text-align:center;
}
.item ul li a{
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:140px;
    text-shadow:1px 1px 1px #FFF;
}
.item ul li a:hover{
    background-color:#FFF;
    color:#444;
    -moz-border-radius:60px;
    -webkit-border-radius:60px;
    border-radius:60px;
    /* -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666; */
	/* Background with Alpha Filter */
	/* http://kilianvalkhof.com/2010/css-xhtml/how-to-use-rgba-in-ie/ */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255,0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6690B63C, endColorstr=#FFFFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6690B63C, endColorstr=#FFFFFFFF)";
}

/* Custom Codes */

.oneColLiqCtr #uploadSuccess {
	width:1004px;
	padding-top:70px;
}
#upload-success {
	margin-left:200px;
}
#what-to-do-next {
    margin-right:250px;
}
#redirect-message{
	margin-top:20px;
    color:#690;
    font-family: "Trebuchet MS", sans-serif;
    font-size:18px;
	text-align:center;
    text-shadow:1px 1px 1px #FFF;
}
.add-photos{
    top:350px;
    left:290px;
}
.add-photos a.icon{
    background:transparent url(../images/camera.png) no-repeat 0px 0px;
}
.sort-photos{
    top:420px;
    left:490px;
}
.sort-photos a.icon{
    background:transparent url(../images/heart.png) no-repeat 0px 0px;
}
.navigation2{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation2 .item2{
    position:absolute;
	margin-top:10px;
	margin-left:200px;
}
.navigation2 .item2 a.active{
    background-position:0px -52px;
}
.item2 img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item2 h3{
    position:absolute;
    width:320px;
    height:52px;
    color:#690;
    font-size:18px;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #FFF;
    text-transform:uppercase;
}
.item2 h3.active{
    color:#FFF;
    text-shadow:1px 0px 1px #555;
}
.item2 ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:43px;
    display:none;
	text-align:center;
}
.item2 ul li a{
    font-family: Arial, Helvetica, sans-serif;
    font-size:20px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#660;
    padding:3px;
    float:left;
    clear:both;
    width:60px;
    text-shadow:1px 1px 1px #FFF;
}
.item2 ul li a:hover{
    background-color:#FFF;
    color:#660;
    -moz-border-radius:60px;
    -webkit-border-radius:60px;
    border-radius:60px;
    /* -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666; */
	/* Background with Alpha Filter */
	/* http://kilianvalkhof.com/2010/css-xhtml/how-to-use-rgba-in-ie/ */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255,0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6690B63C, endColorstr=#FFFFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6690B63C, endColorstr=#FFFFFFFF)";
}