/*//////////////////////////////////////
Ids and classes
//////////////////////////////////////*/

#sidebar {
	padding: 0px 20px 0px 20px;
	border-right: solid 1px #ccc;
}

#keyword {
	color: #fff;
	background-color: #666;
	text-align: center;
    margin-bottom: 20px;
}

#keyword span {
	font-weight: bold;
	font-size: 24px;
    padding: 0px 20px;
    line-height: 40px;
}

#info li {
    list-style-type: none;
	display: block;
	margin-bottom: 20px;
}

#info a {
	text-decoration: none;
}

#picbox {
    position: relative;
    width: 406px;
    height: 250px;
    margin-bottom: 20px;
    background: #eee;
}

#picbox li {
    display: inline;
    list-style-type: none;
}

#picbox ul {
    position: absolute;
    z-index: 200;
    top: 220px;
    left: 10px;
    text-align: right;
}

#picbox a {
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #666;
    color: #fff;
}

#picbox a:hover, #picbox a.active {
    background-color: #000;
}

#pbi {
    width: 100%;
    height: 100%;
    background: top left no-repeat;
}
