#pics_caption {
	display: block;
	width: 146px;
	font-size: 11px;
	line-height: 12px;
	margin: 20px 0px 3px 15px;
	text-align: center;
}

#pics {
	margin: 0px 0px 0px 15px;
	background: none;
	width: 146px;
	overflow: hidden;
/*	border-top: dotted #B3B3B3 2px;
	border-left: dotted #B3B3B3 2px;
	border-right: dotted #B3B3B3 2px; */
}

#pics .pview {
    position: relative;
/*	overflow: hidden; */
/*    top: 0px; */
}

#pics .pview div {
    width: 140px;
    height: 150px;
    margin: 3px 3px 0px 3px;
    position: relative;
	overflow: hidden;
}

#pics .pview div ul {
    width:  9999em;
    position: absolute;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#pics .pview div ul li {
    width: 140px;
	position:relative;
    float: left;
	margin-right: 5px;
	text-align: center;
}

#pics .pview div ul li a {
	text-align: center;
}

#pics .pview div ul li a img {
/* SIZE??? */
/*    display: block;
	margin */
}

#pics .pview div ul li span {
    display: block;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	margin: 5px 15px 0px 15px;
}

#pics .picsarrow {
    position: absolute;
	top: 100px;
    width: 14px;
    height: 25px;
    padding: 0;
	overflow: hidden;
	z-index: 10;
}

#pics .picspagenext {
	background: url(../images/arrow_right.gif) no-repeat top left;
	left: 130px;
}
#pics .picspageback {
	background: url(../images/arrow_left.gif) no-repeat top left;
	left: 2px;
}

#pics .picsarrow span {
	visibility: hidden;
/*
    border-top: 1.5em solid #EEE;
    border-bottom: 1.5em solid #EEE;
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 3;
*/
}
/*
#pics .picspagenext span { border-left: 1.5em solid #999; }
#pics .picspageback span { border-right: 1.5em solid #999; }
*/

.pictures_commands_new,
.pictures_commands {
   display: block;
   width: 34px;
   height: 20px;
   border: solid grey 1px;
   padding: 3px 2px 0 3px;
   margin: 0 0 3px 0;
   text-align: right;
   background: #D0D0D0;
   opacity: 0.8;
   -moz-opacity:0.8;
   z-index: 999;
}

.pictures_commands {
   position: absolute;
   top: 5px;
   left: 98px;
}

.pictures_commands_new {
   position: absolute;
   top: -5px;
   left: 0px;
   width: 18px;
}

.pictures_new,
.pictures_delete,
.pictures_copy,
.pictures_edit,
.pictures_moveup,
.pictures_movedown {
   display: block;
   float: left;
   width: 16px;
   height: 16px;
}

.pictures_delete {
   background: url(../images/action_delete.png) no-repeat top left;
}
.pictures_copy {
   background: url(../images/action_add.png) no-repeat top left;
}
.pictures_edit {
   background: url(../images/reply.png) no-repeat top left;
}
.pictures_moveup {
   background: url(../images/arrow_back.png) no-repeat top left;
}
.pictures_movedown {
   background: url(../images/arrow_next.png) no-repeat top left;
}
.pictures_new {
   background: url(../images/action_add.png) no-repeat top right;
}

#picture_form {
/*	position: absolute;
	top: 50px;
	left: 180px; */
	width: 500px;
	background: #ffffff;
	padding: 20px;
	z-index: 200;
}

/*
.lightbox-icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 20px;
	right: -12px;
   background: url(../images/lightbox.gif) no-repeat top left;
	z-index: 9;
}
*/