/* Elements which should NOT be displayed */
#folder,
#totalNumber,
.h5_time,
.single_comment h5 span
{
  display:              none;
}

/* Mark the menu link of the current page as selected */
#li3
{
	background-color:     #E6812C;
  color:                #000000 !important;
}

h4
{
  padding-top:          10px;
  padding-bottom:       10px;
}

h5
{
  padding-bottom:       1px;
}


.single_comment
{
  background-color:     #001667;
  width:                600px;
  border:               2px solid #001667;
  margin:               0px auto;
  text-align:           left;
  color:                #E6812C;
 	font-size:            14px;
  position:             relative;
  margin-bottom:        10px;
}

.single_comment p
{
  background-color:     #AAAAFF;
  color:                #001667;
  padding:              10px;
  text-align:           justify;
}

#prev_pic
{
  position:             relative;
  right:                200px;
  width:                400px;
  height:               40px;
  margin:               auto;
  text-align:           left;
  background:           url(button_back.png) no-repeat;
  line-height:          40px;
}

#prev_pic a
{
  height:               20px;
  margin-left:          50px;
  font-size:            12px;
  color:                #000000;
}

#next_pic
{
  position:             relative;
  left:                 200px;
  width:                400px;
  bottom:               40px;
  height:               40px;
  margin:               auto;
  text-align:           right;
  background:           url(button_forward.png) no-repeat right;
  line-height:          40px;
}

#next_pic a
{
  height:               20px;
  margin-right:         50px;
  font-size:            12px;
  color:                #000000;
}

.h5_date
{
  position:             absolute;
  top:                  0px;
  right:                0px;
}

#view
{
  text-align:           center;
}

table
{
 	height:               540px;
	text-align:           center;
	margin:               0px auto;
	vertical-align:       middle;
}

#no_comment
{
  padding:              30px 0px 30px 0px;
  width:                600px;
  margin:               auto;
  border:               2px solid #001667;
  font-size:            14px;
  margin:               0px auto;
  margin-bottom:        10px;
}

#h4_nopic
{
	width:                640px;
	height:               480px;
	margin:               0px auto;
	line-height:          480px;
  border:               2px solid #001667;
	color:                #001667;
}

#comment_button input,
#p_button input
{
	width:                200px;
}

#navigation
{
  position:             absolute;
  top:                  130px;
  right:                20px;
  width:                120px;
  background-color:     #12AF33;
}

#navigation #nav_first_pic
{
  position:             absolute;
  top:                  0px;
  left:                 0px;
}

#navigation #nav_prev_pic
{
  position:             absolute;
  top:                  0px;
  left:                 30px;
}

#navigation #nav_next_pic
{
  position:             absolute;
  top:                  0px;
  left:                 60px;
}

#navigation #nav_last_pic
{
  position:             absolute;
  top:                  0px;
  left:                 90px;
}

#navigation h4
{
  display:              none;
}

#navigation span
{
  display:              none;
}

